Spring GemFire 1.0.1 API Reference

GemFireCache Members

GemFireCache overview

Public Instance Constructors

GemFireCache Constructor Missing <summary> documentation for M:Spring.Data.GemFire.Caching.GemFireCache.#ctor(GemStone.GemFire.Cache.Region)

Public Instance Properties

Count (inherited from Spring.Caching.AbstractCache) 
EnforceTimeToLive (inherited from Spring.Caching.AbstractCache) 
KeysMissing <summary> documentation for P:Spring.Data.GemFire.Caching.GemFireCache.Keys
TimeToLive (inherited from Spring.Caching.AbstractCache) 

Public Instance Methods

Clear (inherited from Spring.Caching.AbstractCache) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetMissing <summary> documentation for M:Spring.Data.GemFire.Caching.GemFireCache.Get(System.Object)
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Insert (inherited from Spring.Caching.AbstractCache)Overloaded.  
RemoveMissing <summary> documentation for M:Spring.Data.GemFire.Caching.GemFireCache.Remove(System.Object)
RemoveAll (inherited from Spring.Caching.AbstractCache) 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

DoInsertMissing <summary> documentation for M:Spring.Data.GemFire.Caching.GemFireCache.DoInsert(System.Object,System.Object,System.TimeSpan)
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

GemFireCache Class | Spring.Data.GemFire.Caching Namespace