메소드 | 설명 | |
---|---|---|
AddOrChange ( string key, object>.Func |
||
GetOrCreate ( string key, Func | ||
InvalidateItems ( string pattern ) : int |
Removes an item from the cache
|
|
ScopeComplete ( ) : void |
메소드 | 설명 | |
---|---|---|
DisposeResources ( ) : void |
public abstract AddOrChange ( string key, object>.Func |
||
key | string | |
factory | object>.Func | |
리턴 | void |
public abstract GetOrCreate ( string key, Func | ||
key | string | |
callback | Func | |
리턴 | object |
public abstract InvalidateItems ( string pattern ) : int | ||
pattern | string | |
리턴 | int |