메소드 | 설명 | |
---|---|---|
DefaultCacheStoreProvider ( ) : System |
Initializes a DefaultCacheStoreProvider with default ICacheStore and IAsyncCacheStore
|
|
Dispose ( ) : void |
Clear all the dictionary
|
|
GetAsyncCacheStore ( |
Get the IAsyncCacheStore
|
|
GetAsyncCacheStore ( int storeId ) : IAsyncCacheStore |
Get the IAsyncCacheStore by storeId, if couldn't find it it will try to get the ICacheStore with the same id
|
|
GetCacheStore ( |
Get the ICacheStore
|
|
GetCacheStore ( int storeId ) : ICacheStore |
Get the ICacheStore
|
|
RegisterAsyncStore ( IAsyncCacheStore store ) : void |
Register the IAsyncCacheStore
|
|
RegisterStore ( ICacheStore store ) : void |
Register the ICacheStore
|
public GetAsyncCacheStore ( |
||
asyncCacheStoreType | ||
리턴 | IAsyncCacheStore |
public GetAsyncCacheStore ( int storeId ) : IAsyncCacheStore | ||
storeId | int | |
리턴 | IAsyncCacheStore |
public GetCacheStore ( |
||
cacheStoreType | ||
리턴 | ICacheStore |
public GetCacheStore ( int storeId ) : ICacheStore | ||
storeId | int | |
리턴 | ICacheStore |
public RegisterAsyncStore ( IAsyncCacheStore store ) : void | ||
store | IAsyncCacheStore | |
리턴 | void |