Spring GemFire 1.0.1 API Reference

CacheFactoryObject Class

Factory used for configuring a Gemfire Cache manager. Allows either retrieval of an existing, opened cache or the creation of a new one.

For a list of all members of this type, see CacheFactoryObject Members .

System.Object
   CacheFactoryObject

[Visual Basic]
Public Class CacheFactoryObject
    Implements IDisposable, IInitializingObject, IObjectNameAware, IFactoryObject, IPersistenceExceptionTranslator
[C#]
public class CacheFactoryObject : IDisposable, IInitializingObject, IObjectNameAware, IFactoryObject, IPersistenceExceptionTranslator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class implements the IPersistenceExceptionTranslator interface, as auto-detected by Spring's PersistenceExceptionTranslationPostProcessor for AOP-based translation of native exceptions to Spring DataAccessExceptions. Hence, the presence of this class automatically enables a PersistenceExceptionTranslationPostProcessor to translate GemFire exceptions.

Requirements

Namespace: Spring.Data.GemFire

Assembly: Spring.Data.GemFire (in Spring.Data.GemFire.dll)

See Also

CacheFactoryObject Members | Spring.Data.GemFire Namespace