Uses of Class
eu.europa.esig.dss.tsl.cache.access.CacheAccessByKey
Packages that use CacheAccessByKey
Package
Description
-
Uses of CacheAccessByKey in eu.europa.esig.dss.tsl.cache
Methods in eu.europa.esig.dss.tsl.cache with parameters of type CacheAccessByKeyModifier and TypeMethodDescriptionvoid
CacheCleaner.clean
(CacheAccessByKey cacheAccess) Cleans the given entry -
Uses of CacheAccessByKey in eu.europa.esig.dss.tsl.cache.access
Methods in eu.europa.esig.dss.tsl.cache.access that return CacheAccessByKeyModifier and TypeMethodDescriptionCacheAccessFactory.getCacheAccess
(CacheKey key) Loads a class to deal with a cache by thekey
records -
Uses of CacheAccessByKey in eu.europa.esig.dss.tsl.runnable
Methods in eu.europa.esig.dss.tsl.runnable that return CacheAccessByKeyModifier and TypeMethodDescriptionprotected final CacheAccessByKey
AbstractAnalysis.getCacheAccessByKey()
Gets theCacheAccessByKey
Constructors in eu.europa.esig.dss.tsl.runnable with parameters of type CacheAccessByKeyModifierConstructorDescriptionprotected
AbstractAnalysis
(TLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader) Default constructorprotected
AbstractRunnableAnalysis
(TLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader, CountDownLatch latch) Default constructorLOTLAnalysis
(LOTLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader, CountDownLatch latch) Default constructorLOTLWithPivotsAnalysis
(LOTLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader, CacheAccessFactory cacheAccessFactory, CountDownLatch latch) Default constructorPivotProcessing
(LOTLSource pivotSource, CacheAccessByKey pivotCacheAccess, CacheAccessByKey lotlCacheAccess, List<CacheAccessByKey> preceedingPivotCacheAccessByKeyList, DSSFileLoader dssFileLoader) Default constructorPivotProcessingResultFromCacheAccessBuilder
(CacheAccessByKey cacheAccessByKey) Default constructorTLAnalysis
(TLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader, CountDownLatch latch) Default constructorConstructor parameters in eu.europa.esig.dss.tsl.runnable with type arguments of type CacheAccessByKeyModifierConstructorDescriptionPivotProcessing
(LOTLSource pivotSource, CacheAccessByKey pivotCacheAccess, CacheAccessByKey lotlCacheAccess, List<CacheAccessByKey> preceedingPivotCacheAccessByKeyList, DSSFileLoader dssFileLoader) Default constructor