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

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

Public Methods

Method Description
GemFireCache ( Region region ) : System
Get ( object key ) : object
Remove ( object key ) : void

Protected Methods

Method Description
DoInsert ( object key, object value, System.TimeSpan timeToLive ) : void

Private Methods

Method Description
GetCachableKey ( object key ) : string

Method Details

DoInsert() protected method

protected DoInsert ( object key, object value, System.TimeSpan timeToLive ) : void
key object
value object
timeToLive System.TimeSpan
return void

GemFireCache() public method

public GemFireCache ( Region region ) : System
region Region
return System

Get() public method

public Get ( object key ) : object
key object
return object

Remove() public method

public Remove ( object key ) : void
key object
return void