CacheFactoryConfigure Method (String, String) | 
.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(
	string cacheConfig,
	string coherenceConfig
)
Parameters
- cacheConfig
 - Type: SystemString
            An optional path to a file that conforms to cache-config.xsd.
             - coherenceConfig
 - Type: SystemString
            An optional path to a file that conforms to coherence.xsd.
             
See Also