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 void
expireSignatureValidation(CacheKey cacheKey)
Sets the expired status for the validation record for thecacheKey
void
toBeDeleted(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
-DownloadCache
parsingCache
-ParsingCache
validationCache
-ValidationCache
-
-
Method Details