Click or drag to resize

CacheFactory Methods

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The CacheFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConfigure(String, String)
Configure the CacheFactory.
Public methodStatic memberConfigure(IConfigurableCacheFactory, IOperationalContext)
Configure the CacheFactory.
Public methodStatic memberConfigure(IResource, IResource)
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 the default hash function.
(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, CacheFactoryLogLevel)
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, CacheFactoryLogLevel)
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, CacheFactoryLogLevel)
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 memberPreprocessProp
Preprocess the Coherence properties specified either in the application configuration or environment variables. When both are specified, environment varialbe takes the precedence.
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.)
Top
See Also