Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The DefaultConfigurableCacheFactory type exposes the following members.

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.
InstantiateCacheListener
Create an ICacheListener 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.
LoadDefaultCacheConfig
Load and return the default XML cache configuration.
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
VerifyCacheListener
Check whether or not an ICacheListener has to be instantiated and added to an ICache according to a scheme definition.

See Also