Class TLChangesCacheAccess
java.lang.Object
eu.europa.esig.dss.tsl.cache.access.TLChangesCacheAccess
-
Constructor Summary
ConstructorsConstructorDescriptionTLChangesCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidexpireSignatureValidation(CacheKey cacheKey) Sets the expired status for the validation record for thecacheKeyvoidtoBeDeleted(CacheKey cacheKey) Sets 'toBeDeleted' status for all records with the given key
-
Constructor Details
-
TLChangesCacheAccess
public TLChangesCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache) Default constructor- Parameters:
downloadCache-DownloadCacheparsingCache-ParsingCachevalidationCache-ValidationCache
-
-
Method Details
-
toBeDeleted
-
expireSignatureValidation
-