Oracle® Coherence .NET API Reference Release 3.6
E15727-01
E15727-01
The CacheFactory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CacheFactory | Initializes a new instance of the CacheFactory class |
Methods
| Name | Description | |
|---|---|---|
| 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.
| |
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
| GetCache |
Return an instance of a cache configured by the current
ConfigurableCacheFactory.
| |
| GetEditionName |
Read license information from the config file.
| |
Serves as a hash function for a particular type.
(Inherited from | ||
| GetInvocationService | Obsolete.
Factory method returning an instance of the
IInvocationService.
| |
| GetService |
Return an instance of a service configured by the current
ConfigurableCacheFactory.
| |
Gets the (Inherited from | ||
| 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.
| |
| Log | Overloaded. | |
Creates a shallow copy of the current (Inherited from | ||
| 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.
| |
| SetCacheConfig | Overloaded. | |
| SetCacheFactoryConfig | Overloaded. | |
| SetPofConfig | Overloaded. | |
| Shutdown |
Shutdown all clustered services.
| |
Returns a (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| 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.
|