Свойство | Тип | Описание | |
---|---|---|---|
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 ReadFromCache ( string key ) : object | ||
key | string | |
Результат | object |
public RemoteCache ( IEnumerable |
||
cacheServers | IEnumerable |
|
timeoutMilliseconds | int | |
cacheName | string | |
regionName | string | |
Результат | System |