Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The CacheFactory type exposes the following members.

Constructors

  NameDescription
CacheFactory
Initializes a new instance of the CacheFactory class

Methods

  NameDescription
ConfigureOverloaded.
DestroyCache
Releases and destroys the specified INamedCache.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetCache
Return an instance of a cache configured by the current ConfigurableCacheFactory.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetService
Return an instance of a service configured by the current ConfigurableCacheFactory.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsLogEnabled
Return true if the Logger would log a message with the given log level.
LogOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReleaseCache
Release local resources associated with the specified instance of the cache.
Shutdown
Shutdown all services.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ConfigurableCacheFactory
The IConfigurableCacheFactory singleton.
DefaultCacheConfig
The default XML cache configuration.
DefaultCacheConfigPath
The path to the default XML cache configuration.
DefaultCacheConfigResource
The IResource for the default XML cache configuration.
DefaultOperationalConfig
The default XML operational configuration.
DefaultOperationalConfigPath
The path to the default XML operational configuration.
DefaultOperationalConfigResource
The IResource for the default XML operational configuration.
DefaultPofConfig
The default XML POF configuration.
DefaultPofConfigPath
The path to the default XML POF configuration.
DefaultPofConfigResource
The IResource for the default XML POF configuration.

See Also