메소드 | 설명 | |
---|---|---|
Add ( string key, object obj ) : void |
Adds an object to the cache.
|
|
Get ( string key ) : object |
Gets an object from cache.
|
|
Insert ( string key, object obj ) : void |
Inserts an object to the cache.
|
|
Remove ( string key ) : void |
Removes an object from cache.
|
|
this ( string key ) : object |
Gets an object from the cache by its key or places new object (replaces existing).
|
public Insert ( string key, object obj ) : void | ||
key | string | Key |
obj | object | Object |
리턴 | void |