Uses of Interface
org.apache.synapse.transport.certificatevalidation.cache.ManageableCacheValue
-
-
Uses of ManageableCacheValue in org.apache.synapse.transport.certificatevalidation.cache
Methods in org.apache.synapse.transport.certificatevalidation.cache that return ManageableCacheValue Modifier and Type Method Description ManageableCacheValue
ManageableCache. getNextCacheValue()
-
Uses of ManageableCacheValue in org.apache.synapse.transport.certificatevalidation.crl
Methods in org.apache.synapse.transport.certificatevalidation.crl that return ManageableCacheValue Modifier and Type Method Description ManageableCacheValue
CRLCache. getNextCacheValue()
This method is needed by the cache Manager to go through the cache entries to remove invalid values or to remove LRU cache values if the cache has reached its max size. -
Uses of ManageableCacheValue in org.apache.synapse.transport.certificatevalidation.ocsp
Methods in org.apache.synapse.transport.certificatevalidation.ocsp that return ManageableCacheValue Modifier and Type Method Description ManageableCacheValue
OCSPCache. getNextCacheValue()
This method is needed by the cache Manager to go through the cache entries to remove invalid values or to remove LRU cache values if the cache has reached its max size.
-