Method | Description | |
---|---|---|
EmptyCache ( ) : void | ||
LoadDataCache ( string request ) : object | ||
Recycle ( ) : void | ||
RemovedCallback ( String k, Object v, CacheItemRemovedReason r ) : void | ||
SaveDataCache ( string request, int expiredSecond, int expiredMinute, int expiredHour, object objet, string dependancyKey = "", bool lowPriority = false, bool autoReload = false ) : void |
public LoadDataCache ( string request ) : object | ||
request | string | |
return | object |
public RemovedCallback ( String k, Object v, CacheItemRemovedReason r ) : void | ||
k | String | |
v | Object | |
r | CacheItemRemovedReason | |
return | void |
public SaveDataCache ( string request, int expiredSecond, int expiredMinute, int expiredHour, object objet, string dependancyKey = "", bool lowPriority = false, bool autoReload = false ) : void | ||
request | string | |
expiredSecond | int | |
expiredMinute | int | |
expiredHour | int | |
objet | object | |
dependancyKey | string | |
lowPriority | bool | |
autoReload | bool | |
return | void |