CacheFactory Methods | 
The CacheFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| Configure(String, String) | 
            Configure the CacheFactory.
              | |
| Configure(IConfigurableCacheFactory, IOperationalContext) | 
            Configure the CacheFactory.
              | |
| Configure(IResource, IResource) | 
            Configure the CacheFactory.
              | |
| Configure(IXmlElement, IXmlElement) | 
            Configure the CacheFactory.
              | |
| DestroyCache | 
            Releases and destroys the specified INamedCache.
              | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.
              | |
| Log(Exception, CacheFactoryLogLevel) | 
            Log an exception using Coherence logging facility which is driven
            by the "logging-config" element located in the coherence.xml
            configuration file.
              | |
| Log(String, CacheFactoryLogLevel) | 
            Log a message using Coherence logging facility which is driven by
            the "logging-config" element located in the coherence.xml
            configuration file.
              | |
| Log(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.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| PreprocessProp | 
            Preprocess the Coherence properties specified either in the
            application configuration or environment variables.
            When both are specified, environment varialbe takes the precedence.
              | |
| 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.) |