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 voidAbstractCache. error(CacheKey cacheKey, Exception e)Updates entry status to ERROR valuevoidAbstractCache. 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.booleanAbstractCache. isDesync(CacheKey cacheKey)Checks if a CachedEntry for the given key is not up to datebooleanAbstractCache. isEmpty(CacheKey cacheKey)Checks if a CachedEntry for the given key is empty (has no result)booleanAbstractCache. isRefreshNeeded(CacheKey cacheKey)Checks if a CachedEntry for the given key is not up to datebooleanAbstractCache. isToBeDeleted(CacheKey cacheKey)Checks if the requested cacheKey has TO_BE_DELETED valuebooleanDownloadCache. isUpToDate(CacheKey cacheKey, XmlDownloadResult downloadedResult)Checks if the file with the givencacheKeyis up to datevoidAbstractCache. remove(CacheKey cacheKey)Removes the requested entry with the givencacheKeyvoidAbstractCache. sync(CacheKey cacheKey)Updates the state for a CachedEntry matching to the given key to SYNCHRONIZEDvoidAbstractCache. toBeDeleted(CacheKey cacheKey)Updates entry status to TO_BE_DELETED valuevoidAbstractCache. update(CacheKey cacheKey, R result)Updates in the cache the value forcacheKeywith 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 CacheKeyReadOnlyCacheAccessByKey. keyMethods in eu.europa.esig.dss.tsl.cache.access that return CacheKey Modifier and Type Method Description CacheKeyCacheAccessByKey. 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 voidTLChangesCacheAccess. expireSignatureValidation(CacheKey cacheKey)CacheAccessByKeyCacheAccessFactory. getCacheAccess(CacheKey key)DownloadCacheDTOReadOnlyCacheAccess. getDownloadCacheDTO(CacheKey key)Returns download cache DTO resultParsingCacheDTOReadOnlyCacheAccess. getParsingCacheDTO(CacheKey key)Returns download cache DTO resultValidationCacheDTOReadOnlyCacheAccess. getValidationCacheDTO(CacheKey key)Returns download cache DTO resultvoidSynchronizerCacheAccess. sync(CacheKey key)voidTLChangesCacheAccess. 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 CacheKeyTLSource. getCacheKey()