Méthode | Description | |
---|---|---|
CacheStoreAdaptor ( ICacheStore syncCacheStore ) : System | ||
Contains ( string key ) : bool | ||
ContainsAsync ( string key ) : Task |
||
Get ( string key ) : object | ||
GetAll ( ) : object>>.List |
||
GetAllAsync ( ) : object>>>.Task |
||
GetAsync ( string key ) : Task | ||
Remove ( string key ) : object | ||
RemoveAsync ( string key ) : Task | ||
Set ( string key, object value, DateTimeOffset absoluteExpiration ) : void | ||
SetAsync ( string key, object value, DateTimeOffset absoluteExpiration ) : System.Threading.Tasks.Task |
public CacheStoreAdaptor ( ICacheStore syncCacheStore ) : System | ||
syncCacheStore | ICacheStore | |
Résultat | System |
public Set ( string key, object value, DateTimeOffset absoluteExpiration ) : void | ||
key | string | |
value | object | |
absoluteExpiration | DateTimeOffset | |
Résultat | void |
public SetAsync ( string key, object value, DateTimeOffset absoluteExpiration ) : System.Threading.Tasks.Task | ||
key | string | |
value | object | |
absoluteExpiration | DateTimeOffset | |
Résultat | System.Threading.Tasks.Task |