Свойство | Тип | Описание | |
---|---|---|---|
CacheManager | System | ||
CheckFile | void |
Метод | Описание | |
---|---|---|
AddObject ( string CacheKey, object value, CacheItemPriority cacheItemPriority ) : void | ||
GetObject ( string CacheKey ) : object | ||
RemoveObject ( string CacheKey ) : void |
Метод | Описание | |
---|---|---|
CacheManager ( ) : System | ||
CheckFile ( ) : void |
public static AddObject ( string CacheKey, object value, CacheItemPriority cacheItemPriority ) : void | ||
CacheKey | string | |
value | object | |
cacheItemPriority | CacheItemPriority | |
Результат | void |
public static GetObject ( string CacheKey ) : object | ||
CacheKey | string | |
Результат | object |
public static RemoveObject ( string CacheKey ) : void | ||
CacheKey | string | |
Результат | void |