Click or drag to resize
IGemFireCache Methods

The IGemFireCache type exposes the following members.

Methods
  NameDescription
Public methodClose
Terminates this object cache and releases all the local resources. If RegionService is created from [!:Cache.CreateAuthenticatedView], then it clears user related security data.
(Inherited from IRegionService.)
Public methodCreatePdxInstanceFactory
Returns a factory that can create a {@link PdxInstance}. @param className the fully qualified class name that the PdxInstance will become when it is fully deserialized. @return the factory
(Inherited from IRegionService.)
Public methodGetPdxIgnoreUnreadFields
Returns whether Cache saves unread fields for Pdx types.
Public methodGetPdxReadSerialized
Returns whether { @link PdxInstance} is preferred for PDX types instead of .NET object.
Public methodGetQueryServiceTKey, TResult
Get a query service object to be able to query the cache.
(Inherited from IRegionService.)
Public methodGetRegionTKey, TValue
Returns an existing region given the full path from root, or null if no such region exists.
(Inherited from IRegionService.)
Public methodInitializeDeclarativeCache
Initializes the cache from an XML file.
Public methodRootRegionsTKey, TValue
Returns an array of root regions in the cache. This set is a snapshot and is not backed by the cache.
(Inherited from IRegionService.)
Top
See Also