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
Methods 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)
CacheAccessByKey
CacheAccessFactory. getCacheAccess(CacheKey key)
DownloadCacheDTO
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)
void
TLChangesCacheAccess. toBeDeleted(CacheKey cacheKey)
Constructors in eu.europa.esig.dss.tsl.cache.access with parameters of type CacheKey Constructor Description CacheAccessByKey(CacheKey key, DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache)
ReadOnlyCacheAccessByKey(CacheKey key, DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache)
-
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)
TLSourceBuilder(List<LOTLSource> lotlList, Map<CacheKey,ParsingCacheDTO> parsingResults)
-
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()