C# Класс Contrib.Cache.Memcached.Services.MemcachedOutputCacheStorageProvider

Наследование: IOutputCacheStorageProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCacheItem ( string key ) : Contrib.Cache.Models.CacheItem
GetCacheItems ( int skip, int count ) : IEnumerable
GetCacheItemsCount ( ) : int
MemcachedOutputCacheStorageProvider ( IMemcachedClientHolder clientHolder ) : System.Collections.Generic
Remove ( string key ) : void
RemoveAll ( ) : void
Set ( string key, Contrib.Cache.Models.CacheItem cacheItem ) : void

Описание методов

GetCacheItem() публичный Метод

public GetCacheItem ( string key ) : Contrib.Cache.Models.CacheItem
key string
Результат Contrib.Cache.Models.CacheItem

GetCacheItems() публичный Метод

public GetCacheItems ( int skip, int count ) : IEnumerable
skip int
count int
Результат IEnumerable

GetCacheItemsCount() публичный Метод

public GetCacheItemsCount ( ) : int
Результат int

MemcachedOutputCacheStorageProvider() публичный Метод

public MemcachedOutputCacheStorageProvider ( IMemcachedClientHolder clientHolder ) : System.Collections.Generic
clientHolder IMemcachedClientHolder
Результат System.Collections.Generic

Remove() публичный Метод

public Remove ( string key ) : void
key string
Результат void

RemoveAll() публичный Метод

public RemoveAll ( ) : void
Результат void

Set() публичный Метод

public Set ( string key, Contrib.Cache.Models.CacheItem cacheItem ) : void
key string
cacheItem Contrib.Cache.Models.CacheItem
Результат void