java.lang.Object
org.apache.synapse.transport.certificatevalidation.cache.CertCache
All Implemented Interfaces:
ManageableCache

public class CertCache extends Object implements ManageableCache
This is a cache to store a certificate against a unique string (can be a serial number). This is a singleton since more than one cache of this kind should not be allowed. This cache can be used by any place where certificate caching is needed.