C# Class WCPAPI.DataCache

ファイルを表示 Open project: tomrus88/WoW-Community-Platform-API

Public Methods

Method Description
Add ( string key, object value ) : void
Get ( string key ) : object

Method Details

Add() public static method

public static Add ( string key, object value ) : void
key string
value object
return void

Get() public static method

public static Get ( string key ) : object
key string
return object