Méthode | Description | |
---|---|---|
Clear ( ) : void |
Clear the Cache
|
|
Destroy ( ) : void |
Clean up.
|
|
Get ( object key ) : object |
Get the object from the Cache
|
|
Lock ( object key ) : void |
If this is a clustered cache, lock the item
|
|
MemcachedCacheClient ( ) : System | ||
MemcachedCacheClient ( string regionName ) : System | ||
MemcachedCacheClient ( string regionName, string>.IDictionary |
||
NextTimestamp ( ) : long |
Generate a timestamp
|
|
Put ( object key, object value ) : void |
항목을 캐시에 저장
|
|
Remove ( object key ) : void |
Remove an item from the Cache.
|
|
Unlock ( object key ) : void |
If this is a clustered cache, unlock the item
|
Méthode | Description | |
---|---|---|
Configure ( string>.IDictionary |
||
GetCacheId ( object key ) : string | ||
GetCompressThreshold ( string>.IDictionary |
||
GetExpiration ( string>.IDictionary |
public Lock ( object key ) : void | ||
key | object | The Key of the Item in the Cache to lock. |
Résultat | void |
public MemcachedCacheClient ( string regionName ) : System | ||
regionName | string | |
Résultat | System |
public MemcachedCacheClient ( string regionName, string>.IDictionary |
||
regionName | string | |
properties | string>.IDictionary | |
Résultat | System |
public Put ( object key, object value ) : void | ||
key | object | |
value | object | |
Résultat | void |
public Remove ( object key ) : void | ||
key | object | The Key of the Item in the Cache to remove. |
Résultat | void |
public Unlock ( object key ) : void | ||
key | object | The Key of the Item in the Cache to unlock. |
Résultat | void |