C# Class Codeology.SharpCache.Providers.NullCacheProvider

Inheritance: CacheProvider
Afficher le fichier Open project: lkinsella/SharpCache

Méthodes publiques

Méthode Description
Clear ( ) : void
Exists ( string key ) : bool
Get ( string key ) : object
NullCacheProvider ( ) : System
Set ( string key, object value, System.DateTime dt ) : void
Unset ( string key ) : void

Méthodes protégées

Méthode Description
GetId ( ) : System.Guid
GetName ( ) : string

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Exists() public méthode

public Exists ( string key ) : bool
key string
Résultat bool

Get() public méthode

public Get ( string key ) : object
key string
Résultat object

GetId() protected méthode

protected GetId ( ) : System.Guid
Résultat System.Guid

GetName() protected méthode

protected GetName ( ) : string
Résultat string

NullCacheProvider() public méthode

public NullCacheProvider ( ) : System
Résultat System

Set() public méthode

public Set ( string key, object value, System.DateTime dt ) : void
key string
value object
dt System.DateTime
Résultat void

Unset() public méthode

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