C# Class Spring.Data.GemFire.Caching.GemFireCache

Cache implementation for Gemfire
Inheritance: Spring.Caching.AbstractCache
Afficher le fichier Open project: spring-projects/spring-gemfire-net Class Usage Examples

Méthodes publiques

Méthode Description
GemFireCache ( Region region ) : System
Get ( object key ) : object
Remove ( object key ) : void

Méthodes protégées

Méthode Description
DoInsert ( object key, object value, System.TimeSpan timeToLive ) : void

Private Methods

Méthode Description
GetCachableKey ( object key ) : string

Method Details

DoInsert() protected méthode

protected DoInsert ( object key, object value, System.TimeSpan timeToLive ) : void
key object
value object
timeToLive System.TimeSpan
Résultat void

GemFireCache() public méthode

public GemFireCache ( Region region ) : System
region Region
Résultat System

Get() public méthode

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

Remove() public méthode

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