Uses of Class
eu.europa.esig.dss.tsl.cache.access.CacheAccessByKey
Package | Description |
---|---|
eu.europa.esig.dss.tsl.cache | |
eu.europa.esig.dss.tsl.cache.access | |
eu.europa.esig.dss.tsl.runnable |
-
Uses of CacheAccessByKey in eu.europa.esig.dss.tsl.cache
Methods in eu.europa.esig.dss.tsl.cache with parameters of type CacheAccessByKey Modifier and Type Method Description void
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 CacheAccessByKey Modifier and Type Method Description CacheAccessByKey
CacheAccessFactory. 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 CacheAccessByKey Modifier and Type Method Description protected CacheAccessByKey
AbstractAnalysis. getCacheAccessByKey()
Gets theCacheAccessByKey
Constructors in eu.europa.esig.dss.tsl.runnable with parameters of type CacheAccessByKey Constructor Description AbstractAnalysis(CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader)
Default constructorLOTLAnalysis(LOTLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader, CountDownLatch latch)
Default constructorPivotProcessing(LOTLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader)
Default constructorTLAnalysis(TLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader, CountDownLatch latch)
Default constructor