프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ConnectCache | void |
메소드 | 설명 | |
---|---|---|
AddToCache ( object item, string key, int expirationMinutes ) : void | ||
Clear ( ) : void | ||
Delete ( string key ) : void | ||
ReadFromCache ( string key ) : object | ||
RemoteCache ( IEnumerable |
메소드 | 설명 | |
---|---|---|
ConnectCache ( string cacheName, DataCacheFactoryConfiguration config ) : void |
public AddToCache ( object item, string key, int expirationMinutes ) : void | ||
item | object | |
key | string | |
expirationMinutes | int | |
리턴 | void |
public RemoteCache ( IEnumerable |
||
cacheServers | IEnumerable |
|
timeoutMilliseconds | int | |
cacheName | string | |
regionName | string | |
리턴 | System |