Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
E18812-01
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.
| |
| 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.
| |
| LoadConfig |
Load the configuration from a resource.
| |
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:
|
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, Subject.
| |
| m_storeService |
Store that holds service references by name and optionally,
if configured, Subject.
| |
| SCHEME_REF |
The name of the replaceable parameter representing the scheme
reference.
|
Properties
| Name | Description | |
|---|---|---|
| Config |
The current configuration of the object.
| |
| Edition |
The product edition used by the client.
| |
| FilterConfigMap |
Return map of filter configurations keyed by filter names.
| |
| LocalMember |