Uses of Class
eu.europa.esig.dss.tsl.cache.CacheKey
Package | Description |
---|---|
eu.europa.esig.dss.tsl.cache | |
eu.europa.esig.dss.tsl.cache.access | |
eu.europa.esig.dss.tsl.job | |
eu.europa.esig.dss.tsl.source |
-
Uses of CacheKey in eu.europa.esig.dss.tsl.cache
Methods in eu.europa.esig.dss.tsl.cache that return types with arguments of type CacheKey Modifier and Type Method Description Set<CacheKey>
AbstractCache. getKeys()
Returns all current keysMethods in eu.europa.esig.dss.tsl.cache with parameters of type CacheKey Modifier and Type Method Description void
AbstractCache. error(CacheKey cacheKey, Exception e)
Updates entry status to ERROR valuevoid
AbstractCache. expire(CacheKey cacheKey)
Updates the state for a CachedEntry matching to the given key to EXPIREDCachedEntry<R>
AbstractCache. get(CacheKey cacheKey)
Returns the CachedEntry for the relatedcacheKey
.boolean
AbstractCache. isDesync(CacheKey cacheKey)
Checks if a CachedEntry for the given key is not up to dateboolean
AbstractCache. isEmpty(CacheKey cacheKey)
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
AbstractCache. remove(CacheKey cacheKey)
Removes the requested entry with the givencacheKey
void
AbstractCache. sync(CacheKey cacheKey)
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
AbstractCache. update(CacheKey cacheKey, R result)
Updates in the cache the value forcacheKey
with the givenresult
-
Uses of CacheKey in eu.europa.esig.dss.tsl.cache.access
Fields in eu.europa.esig.dss.tsl.cache.access declared as CacheKey Modifier and Type Field Description protected CacheKey
ReadOnlyCacheAccessByKey. key
Key of the CacheEntryMethods in eu.europa.esig.dss.tsl.cache.access that return CacheKey Modifier and Type Method Description CacheKey
CacheAccessByKey. getCacheKey()
Returns the CacheKeyMethods in eu.europa.esig.dss.tsl.cache.access that return types with arguments of type CacheKey Modifier and Type Method Description Set<CacheKey>
ReadOnlyCacheAccess. getAllCacheKeys()
This method returns all found keys in any cacheMethods in eu.europa.esig.dss.tsl.cache.access with parameters of type CacheKey Modifier and Type Method Description void
TLChangesCacheAccess. expireSignatureValidation(CacheKey cacheKey)
Sets the expired status for the validation record for thecacheKey
CacheAccessByKey
CacheAccessFactory. getCacheAccess(CacheKey key)
Loads a class to deal with a cache by thekey
recordsDownloadCacheDTO
ReadOnlyCacheAccess. getDownloadCacheDTO(CacheKey key)
Returns download cache DTO resultParsingCacheDTO
ReadOnlyCacheAccess. getParsingCacheDTO(CacheKey key)
Returns download cache DTO resultValidationCacheDTO
ReadOnlyCacheAccess. getValidationCacheDTO(CacheKey key)
Returns download cache DTO resultvoid
SynchronizerCacheAccess. sync(CacheKey key)
Synchronizes all records for thekey
void
TLChangesCacheAccess. toBeDeleted(CacheKey cacheKey)
Sets 'toBeDeleted' status for all records with the given keyConstructors in eu.europa.esig.dss.tsl.cache.access with parameters of type CacheKey Constructor Description CacheAccessByKey(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
Constructor parameters in eu.europa.esig.dss.tsl.job with type arguments of type CacheKey Constructor Description LOTLChangeApplier(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
Methods in eu.europa.esig.dss.tsl.source that return CacheKey Modifier and Type Method Description CacheKey
TLSource. getCacheKey()