Class TLChangesCacheAccess
java.lang.Object
eu.europa.esig.dss.tsl.cache.access.TLChangesCacheAccess
public class TLChangesCacheAccess extends Object
-
Constructor Summary
Constructors Constructor Description TLChangesCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache)
-
Method Summary
Modifier and Type Method Description void
expireSignatureValidation(CacheKey cacheKey)
void
toBeDeleted(CacheKey cacheKey)
-
Constructor Details
-
TLChangesCacheAccess
public TLChangesCacheAccess(DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache)
-
-
Method Details