Uses of Class
eu.europa.esig.dss.tsl.cache.ParsingCache
| Package | Description |
|---|---|
| eu.europa.esig.dss.tsl.cache.access |
-
Uses of ParsingCache in eu.europa.esig.dss.tsl.cache.access
Fields in eu.europa.esig.dss.tsl.cache.access declared as ParsingCache Modifier and Type Field Description protected ParsingCacheReadOnlyCacheAccess. parsingCacheprotected ParsingCacheReadOnlyCacheAccessByKey. parsingCacheConstructors in eu.europa.esig.dss.tsl.cache.access with parameters of type ParsingCache 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)