Class TLChangesCacheAccess
java.lang.Object
eu.europa.esig.dss.tsl.cache.access.TLChangesCacheAccess
public class TLChangesCacheAccess extends Object
Forces an update of a TL validation
-
Constructor Summary
Constructors Constructor Description TLChangesCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache)Default constructor -
Method Summary
Modifier and Type Method Description voidexpireSignatureValidation(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