public class CertCacheFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
flushAll() |
org.apache.jcs.JCS |
getCertCache(String cacheName,
CertStoreCachePolicy cachePolicy)
Retrieves a cert cache by name.
|
static CertCacheFactory |
getInstance()
Gets the instance of the cache factory.
|
public static CertCacheFactory getInstance()
public org.apache.jcs.JCS getCertCache(String cacheName, CertStoreCachePolicy cachePolicy) throws org.apache.jcs.access.exception.CacheException
cacheName - The name of the cache to retrieve.cachePolicy - Policy to apply to the cacheorg.apache.jcs.access.exception.CacheException - Thrown if the cache cannot be created.public void flushAll()
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.