Метод | Описание | |
---|---|---|
AddOrChange ( string key, object>.Func |
||
GetOrCreate ( string key, Func | ||
InvalidateItems ( string pattern ) : int |
Removes any item from the cache that match the regex pattern
|
|
ScopeComplete ( ) : void |
public AddOrChange ( string key, object>.Func |
||
key | string | |
factory | object>.Func | |
Результат | void |
public GetOrCreate ( string key, Func | ||
key | string | |
callback | Func | |
Результат | object |
public InvalidateItems ( string pattern ) : int | ||
pattern | string | |
Результат | int |