C# Class Contrib.Cache.Memcached.Services.MemcachedOutputCacheStorageProvider

Inheritance: IOutputCacheStorageProvider
Afficher le fichier Open project: sebastienros/Contrib.Cache.Memcached

Méthodes publiques

Méthode Description
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

Method Details

GetCacheItem() public méthode

public GetCacheItem ( string key ) : Contrib.Cache.Models.CacheItem
key string
Résultat Contrib.Cache.Models.CacheItem

GetCacheItems() public méthode

public GetCacheItems ( int skip, int count ) : IEnumerable
skip int
count int
Résultat IEnumerable

GetCacheItemsCount() public méthode

public GetCacheItemsCount ( ) : int
Résultat int

MemcachedOutputCacheStorageProvider() public méthode

public MemcachedOutputCacheStorageProvider ( IMemcachedClientHolder clientHolder ) : System.Collections.Generic
clientHolder IMemcachedClientHolder
Résultat System.Collections.Generic

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

Set() public méthode

public Set ( string key, Contrib.Cache.Models.CacheItem cacheItem ) : void
key string
cacheItem Contrib.Cache.Models.CacheItem
Résultat void