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

The DefaultConfigurableCacheFactory provides a facility to access caches declared in a "cache-config.xsd" compliant configuration file.

The DefaultConfigurableCacheFactory..::.CacheInfo type exposes the following members.

Constructors

  NameDescription
DefaultConfigurableCacheFactory..::.CacheInfo
Construct a CacheInfo object.

Methods

  NameDescription
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.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReplaceAttributes
Find and replace the attributes names in "{}" format with the corresponding values for this cache info.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
m_attributes
Map of scheme attributes.
m_cacheName
The cache name.
m_schemeName
The corresponding scheme name.

Properties

  NameDescription
Attributes
Obtain the attributes dictionary.
CacheName
Obtain the cache name.
SchemeName
Obtain the scheme name.

See Also