Uses of Class
eu.europa.esig.dss.tsl.cache.ParsingCache
-
Uses of ParsingCache in eu.europa.esig.dss.tsl.cache.access
Modifier and TypeFieldDescriptionprotected final ParsingCache
ReadOnlyCacheAccess.parsingCache
Global parsing Cacheprotected final ParsingCache
ReadOnlyCacheAccessByKey.parsingCache
Global parsing CacheModifierConstructorDescriptionCacheAccessByKey
(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