Uses of Interface
org.apache.synapse.transport.certificatevalidation.cache.ManageableCacheValue
Packages that use ManageableCacheValue
Package
Description
-
Uses of ManageableCacheValue in org.apache.synapse.transport.certificatevalidation.cache
Methods in org.apache.synapse.transport.certificatevalidation.cache that return ManageableCacheValueModifier and TypeMethodDescriptionCertCache.getNextCacheValue()ManageableCache.getNextCacheValue() -
Uses of ManageableCacheValue in org.apache.synapse.transport.certificatevalidation.crl
Methods in org.apache.synapse.transport.certificatevalidation.crl that return ManageableCacheValueModifier and TypeMethodDescriptionCRLCache.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 ManageableCacheValueModifier and TypeMethodDescriptionOCSPCache.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.