CacheFactoryConfigure Method (IResource, IResource) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Configure the CacheFactory.
Namespace:
Tangosol.Net
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static void Configure(
IResource cacheConfig,
IResource coherenceConfig
)
Parameters
- cacheConfig
- Type: Tangosol.IO.ResourcesIResource
An optional location of a resource that conforms to
cache-config.xsd.
- coherenceConfig
- Type: Tangosol.IO.ResourcesIResource
An optional location of a resource that conforms to
coherence.xsd.
See Also