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