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)
-
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()
Constructors in eu.europa.esig.dss.tsl.runnable with parameters of type CacheAccessByKey Constructor Description AbstractAnalysis(CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader)
LOTLAnalysis(LOTLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader, CountDownLatch latch)
PivotProcessing(LOTLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader)
TLAnalysis(TLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader, CountDownLatch latch)