Uses of Class
eu.europa.esig.dss.tsl.cache.CacheKey
Package
Description
-
Uses of CacheKey in eu.europa.esig.dss.tsl.cache
Modifier and TypeMethodDescriptionvoid
Updates entry status to ERROR valuevoid
Updates the state for a CachedEntry matching to the given key to EXPIREDReturns the CachedEntry for the relatedcacheKey
.boolean
Checks if a CachedEntry for the given key is not up to dateboolean
Checks if a CachedEntry for the given key is empty (has no result)boolean
AbstractCache.isRefreshNeeded
(CacheKey cacheKey) Checks if a CachedEntry for the given key is not up to dateboolean
AbstractCache.isToBeDeleted
(CacheKey cacheKey) Checks if the requested cacheKey has TO_BE_DELETED valueboolean
DownloadCache.isUpToDate
(CacheKey cacheKey, XmlDownloadResult downloadedResult) Checks if the file with the givencacheKey
is up to datevoid
Removes the requested entry with the givencacheKey
void
Updates the state for a CachedEntry matching to the given key to SYNCHRONIZEDvoid
AbstractCache.toBeDeleted
(CacheKey cacheKey) Updates entry status to TO_BE_DELETED valuevoid
Updates in the cache the value forcacheKey
with the givenresult
-
Uses of CacheKey in eu.europa.esig.dss.tsl.cache.access
Modifier and TypeFieldDescriptionprotected final CacheKey
ReadOnlyCacheAccessByKey.key
Key of the CacheEntryModifier and TypeMethodDescriptionReadOnlyCacheAccess.getAllCacheKeys()
This method returns all found keys in any cacheModifier and TypeMethodDescriptionvoid
TLChangesCacheAccess.expireSignatureValidation
(CacheKey cacheKey) Sets the expired status for the validation record for thecacheKey
CacheAccessFactory.getCacheAccess
(CacheKey key) Loads a class to deal with a cache by thekey
recordsReadOnlyCacheAccess.getDownloadCacheDTO
(CacheKey key) Returns download cache DTO resultReadOnlyCacheAccess.getParsingCacheDTO
(CacheKey key) Returns download cache DTO resultReadOnlyCacheAccess.getValidationCacheDTO
(CacheKey key) Returns download cache DTO resultvoid
Synchronizes all records for thekey
void
TLChangesCacheAccess.toBeDeleted
(CacheKey cacheKey) Sets 'toBeDeleted' status for all records with the given keyModifierConstructorDescriptionCacheAccessByKey
(CacheKey key, DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache) Default constructorReadOnlyCacheAccessByKey
(CacheKey key, DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache) Default constructor -
Uses of CacheKey in eu.europa.esig.dss.tsl.job
ModifierConstructorDescriptionLOTLChangeApplier
(TLChangesCacheAccess cacheAccess, Map<CacheKey, ParsingCacheDTO> oldValues, Map<CacheKey, ParsingCacheDTO> newValues) Default constructorTLSourceBuilder
(List<LOTLSource> lotlList, Map<CacheKey, ParsingCacheDTO> parsingResults) Default constructor -
Uses of CacheKey in eu.europa.esig.dss.tsl.source