Uses of Class
eu.europa.esig.dss.tsl.cache.DownloadCache
| Package | Description |
|---|---|
| eu.europa.esig.dss.tsl.cache.access |
-
Uses of DownloadCache in eu.europa.esig.dss.tsl.cache.access
Fields in eu.europa.esig.dss.tsl.cache.access declared as DownloadCache Modifier and Type Field Description protected DownloadCacheReadOnlyCacheAccess. downloadCacheprotected DownloadCacheReadOnlyCacheAccessByKey. downloadCacheConstructors in eu.europa.esig.dss.tsl.cache.access with parameters of type DownloadCache Constructor Description CacheAccessByKey(CacheKey key, DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache)DebugCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache)ReadOnlyCacheAccess(DownloadCache fileCache, ParsingCache parsingCache, ValidationCache validationCache)ReadOnlyCacheAccessByKey(CacheKey key, DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache)SynchronizerCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache)TLChangesCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache)