Class SynchronizerCacheAccess
java.lang.Object
eu.europa.esig.dss.tsl.cache.access.ReadOnlyCacheAccess
eu.europa.esig.dss.tsl.cache.access.SynchronizerCacheAccess
Synchronizes all caches for the given key
-
Field Summary
Fields inherited from class eu.europa.esig.dss.tsl.cache.access.ReadOnlyCacheAccess
downloadCache, parsingCache, validationCache
-
Constructor Summary
ConstructorDescriptionSynchronizerCacheAccess
(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.tsl.cache.access.ReadOnlyCacheAccess
getAllCacheKeys, getDownloadCacheDTO, getParsingCacheDTO, getValidationCacheDTO
-
Constructor Details
-
SynchronizerCacheAccess
public SynchronizerCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache) Default constructor- Parameters:
downloadCache
-DownloadCache
parsingCache
-ParsingCache
validationCache
-ValidationCache
-
-
Method Details
-
sync
Synchronizes all records for thekey
- Parameters:
key
-CacheKey
-