Oracle® Coherence .NET API Reference Release 3.6
E15727-01

The DefaultConfigurableCacheFactory type exposes the following members.

Constructors

  NameDescription
DefaultConfigurableCacheFactoryOverloaded.

Methods

  NameDescription
ConfigureBackingCache
Configures a backing cache according to the scheme.
ConfigureCache
Ensures a cache for given scheme.
DestroyCache
Release and destroy the specified cache.
EnsureCacheOverloaded.
EnsureServiceOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindSchemeOverloaded.
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.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
InstantiateLocalNamedCacheOverloaded.
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.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReleaseCacheOverloaded.
ResolveSchemeOverloaded.
Shutdown
Release all resources allocated by this cache factory.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TranslateSchemeType
Translate the scheme name into the scheme type.
ValidateConfig
Check if configuration is valid:
  • service definition must not be duplicated

Fields

  NameDescription
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

  NameDescription
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
"pseudo" IMember to be set for each IService started by this factory.

See Also