Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The DefaultConfigurableCacheFactory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DefaultConfigurableCacheFactory | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| ConfigureBackingCache |
Configures a backing cache according to the scheme.
| |
| ConfigureCache |
Ensures a cache for given scheme.
| |
| DestroyCache |
Release and destroy the specified cache.
| |
| EnsureCache | Overloaded. | |
| EnsureService | Overloaded. | |
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
| FindScheme | Overloaded. | |
| FindSchemeMapping |
In the configuration XML find a "cache-mapping" element
associated with a given cache name.
| |
| FindServiceScheme |
In the configuration XML find a "scheme" element associated with
a given service name.
| |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
| InstantiateAny |
Create an object using "class-scheme" element.
| |
| InstantiateCache |
Create a backing cache using the "class-scheme" element.
| |
| InstantiateCacheListener |
Create an ICacheListener using the "class-scheme"
element.
| |
| InstantiateCacheStore |
Create an ICacheLoader or ICacheStore
using the "class-scheme" element.
| |
| InstantiateLocalNamedCache | Overloaded. | |
| InstantiateNearCache |
Construct an NearCache using the specified
parameters.
| |
| InstantiateSubtype |
Construct an instance of the specified type using the specified
parameters.
| |
| LoadDefaultCacheConfig |
Load and return the default XML cache configuration.
| |
Creates a shallow copy of the current (Inherited from | ||
| ReleaseCache | Overloaded. | |
| ResolveScheme | Overloaded. | |
| Shutdown |
Release all resources allocated by this cache factory.
| |
Returns a (Inherited from | ||
| TranslateSchemeType |
Translate the scheme name into the scheme type.
| |
| ValidateConfig |
Check if configuration is valid:
| |
| VerifyCacheListener |
Check whether or not an ICacheListener has to be
instantiated and added to an ICache according to a scheme
definition.
|
Fields
| Name | Description | |
|---|---|---|
| CACHE_NAME |
The name of the replaceable parameter representing the cache
name.
| |
| m_storeCache |
Store that holds cache references by name and optionally,
if configured, IPrincipal.
| |
| m_storeService |
Store that holds service references by name and optionally,
if configured, IPrincipal.
| |
| SCHEME_REF |
The name of the replaceable parameter representing the scheme
reference.
|
Properties
| Name | Description | |
|---|---|---|
| Config |
The current configuration of the object.
| |
| DefaultCacheConfig |
The default XML configuration used when one isn't explicitly passed
in the constructor for this class.
| |
| DefaultCacheConfigResource |
The IResource for the default XML configuration used
when one isn't explicitly passed in the constructor for this class.
| |
| OperationalContext |
The IOperationalContext for this
DefaultConfigurableCacheFactory.
| |
| StoreCache |
Store that holds cache references by name and optionally,
if configured, IPrincipal.
| |
| StoreService |
Store that holds cache references by name and optionally,
if configured, IPrincipal.
|