IConfigurableCacheFactory Interface |
Namespace: Tangosol.Net
public interface IConfigurableCacheFactory : IXmlConfigurable
The IConfigurableCacheFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| Config |
The current configuration of the object.
(Inherited from IXmlConfigurable.) |
| Name | Description | |
|---|---|---|
| DestroyCache |
Releases and destroys the specified INamedCache.
| |
| EnsureCache |
Ensure a cache for the given name using the corresponding XML
configuration.
| |
| EnsureService |
Ensure a service for the given name using the corresponding XML
configuration.
| |
| ReleaseCache |
Release local resources associated with the specified instance of
the cache.
| |
| Shutdown |
Release all resources allocated by this cache factory.
|