Свойство | Type | Description | |
---|---|---|---|
CacheManager | System | ||
CheckFile | void |
Méthode | Description | |
---|---|---|
AddObject ( string CacheKey, object value, CacheItemPriority cacheItemPriority ) : void | ||
GetObject ( string CacheKey ) : object | ||
RemoveObject ( string CacheKey ) : void |
Méthode | Description | |
---|---|---|
CacheManager ( ) : System | ||
CheckFile ( ) : void |
public static AddObject ( string CacheKey, object value, CacheItemPriority cacheItemPriority ) : void | ||
CacheKey | string | |
value | object | |
cacheItemPriority | CacheItemPriority | |
Résultat | void |
public static GetObject ( string CacheKey ) : object | ||
CacheKey | string | |
Résultat | object |
public static RemoveObject ( string CacheKey ) : void | ||
CacheKey | string | |
Résultat | void |