Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01

The CacheFactory type exposes the following members.

Constructors

  NameDescription
Protected methodCacheFactory
Initializes a new instance of the CacheFactory class

Methods

  NameDescription
Public methodStatic memberConfigure(String, String)
Configure the CacheFactory.
Public methodStatic memberConfigure(IResource, IResource)
Configure the CacheFactory.
Public methodStatic memberConfigure(IConfigurableCacheFactory, IOperationalContext)
Configure the CacheFactory.
Public methodStatic memberConfigure(IXmlElement, IXmlElement)
Configure the CacheFactory.
Public methodStatic memberDestroyCache
Releases and destroys the specified INamedCache.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetCache
Return an instance of a cache configured by the current ConfigurableCacheFactory.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetService
Return an instance of a service configured by the current ConfigurableCacheFactory.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsLogEnabled
Return true if the Logger would log a message with the given log level.
Public methodStatic memberLog(Exception, CacheFactory..::..LogLevel)
Log an exception using Coherence logging facility which is driven by the "logging-config" element located in the coherence.xml configuration file.
Public methodStatic memberLog(String, CacheFactory..::..LogLevel)
Log a message using Coherence logging facility which is driven by the "logging-config" element located in the coherence.xml configuration file.
Public methodStatic memberLog(String, Exception, CacheFactory..::..LogLevel)
Log a message and exception using Coherence logging facility which is driven by the "logging-config" element located in the coherence.xml configuration file.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReleaseCache
Release local resources associated with the specified instance of the cache.
Public methodStatic memberShutdown
Shutdown all services.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyStatic memberConfigurableCacheFactory
The IConfigurableCacheFactory singleton.
Public propertyStatic memberDefaultCacheConfig
The default XML cache configuration.
Public propertyStatic memberDefaultCacheConfigPath
The path to the default XML cache configuration.
Public propertyStatic memberDefaultCacheConfigResource
The IResource for the default XML cache configuration.
Public propertyStatic memberDefaultOperationalConfig
The default XML operational configuration.
Public propertyStatic memberDefaultOperationalConfigPath
The path to the default XML operational configuration.
Public propertyStatic memberDefaultOperationalConfigResource
The IResource for the default XML operational configuration.
Public propertyStatic memberDefaultPofConfig
The default XML POF configuration.
Public propertyStatic memberDefaultPofConfigPath
The path to the default XML POF configuration.
Public propertyStatic memberDefaultPofConfigResource
The IResource for the default XML POF configuration.

See Also