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 voidCacheCleaner. 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 CacheAccessByKeyCacheAccessFactory. getCacheAccess(CacheKey key)Loads a class to deal with a cache by thekeyrecords -
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 CacheAccessByKeyAbstractAnalysis. getCacheAccessByKey()Gets theCacheAccessByKeyConstructors 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