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

The CacheFactory type exposes the following members.

Constructors

  NameDescription
CacheFactory
Initializes a new instance of the CacheFactory class

Methods

  NameDescription
CreateFilterConfigMap
Return map of filter configurations keyed by filter names.
DestroyCache
Releases and destroys the specified INamedCache.
EnsureLogger
Initializes Logger instance if it wasn't already initalized.
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.)
GetCache
Return an instance of a cache configured by the current ConfigurableCacheFactory.
GetEditionName
Read license information from the config file.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInvocationService Obsolete.
Factory method returning an instance of the IInvocationService.
GetService
Return an instance of a service configured by the current ConfigurableCacheFactory.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InstantiateLocalMember
Initializes local IMember instance if it wasn't already initalized.
IsLogEnabled
Return true if the Logger would log a message with the given log level.
LoadConfiguration
Initializes configuration information.
LogOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReleaseCache
Release local resources associated with the specified instance of the cache.
ResolveEdition
Read license information from the config file and translate edition name to corresponding integer value that is sent via OpenConnectionRequest.
SetCacheConfigOverloaded.
SetCacheFactoryConfigOverloaded.
SetPofConfigOverloaded.
Shutdown
Shutdown all clustered services.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
CacheConfig
Gets the cache configuration resource.
CacheConfigPath Obsolete.
Gets or sets the resource path of the cache configuration file.
CacheFactoryConfig
Gets the cache factory configuration resource.
CacheFactoryConfigPath Obsolete.
Gets or sets the resource path of the cache factory configuration file.
Config
Xml configuration information.
ConfigurableCacheFactory
Obtain the IConfigurableCacheFactory singleton using the configuration info from the "configurable-cache-factory-config" element located in the coherence.xml configuration file.
ConfigurableCacheFactoryConfig
The default configurable cache factory configuration as defined by the "configurable-cache-factory-config" element in the coherence.xml configuration file.
FilterConfig
The filters configuration as defined by the "filters" element in the coherence.xml configuration file.
IdentityAsserter
The configured IIdentityAsserter or the DefaultIdentityAsserter if not configured.
IdentityTransformer
The configured IIdentityTransformer or the DefaultIdentityTransformer if not configured.
LicenseConfig
The license configuration as defined by the "license-config" element in the coherence.xml configuration file.
LocalMemberConfig
The local member configuration as defined by the "member-identity" element in the coherence.xml configuration file.
Logger
Logger singleton used to log messages.
LoggerConfig
The logging configuration as defined by the "logging-config" element in the coherence.xml configuration file.
PofConfig
Gets the POF configuration resource.
PofConfigPath Obsolete.
Gets or sets the resource path of the POF configuration file.
PrincipalScoped
Indicates if Principal scope is enabled by the operational configuration.

See Also