Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

The CacheFactory type exposes the following members.

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