Uses of Class
eu.europa.esig.dss.tsl.cache.DownloadCache
Packages that use DownloadCache
-
Uses of DownloadCache in eu.europa.esig.dss.tsl.cache.access
Fields in eu.europa.esig.dss.tsl.cache.access declared as DownloadCacheModifier and TypeFieldDescriptionprotected final DownloadCacheReadOnlyCacheAccess.downloadCacheGlobal download Cacheprotected final DownloadCacheReadOnlyCacheAccessByKey.downloadCacheGlobal download CacheConstructors in eu.europa.esig.dss.tsl.cache.access with parameters of type DownloadCacheModifierConstructorDescriptionCacheAccessByKey(CacheKey key, DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache) Default constructorDebugCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache) Default constructorReadOnlyCacheAccess(DownloadCache fileCache, ParsingCache parsingCache, ValidationCache validationCache) Default constructorReadOnlyCacheAccessByKey(CacheKey key, DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache) Default constructorSynchronizerCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache) Default constructorTLChangesCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache) Default constructor