Uses of Class
eu.europa.esig.dss.tsl.cache.CacheKey
Packages that use CacheKey
Package
Description
-
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 CacheKeyMethods in eu.europa.esig.dss.tsl.cache with parameters of type CacheKeyModifier and TypeMethodDescriptionvoidUpdates entry status to ERROR valuevoidUpdates the state for a CachedEntry matching to the given key to EXPIREDReturns the CachedEntry for the relatedcacheKey.booleanChecks if a CachedEntry for the given key is not up to datebooleanChecks 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 datevoidRemoves the requested entry with the givencacheKeyvoidUpdates the state for a CachedEntry matching to the given key to SYNCHRONIZEDvoidAbstractCache.toBeDeleted(CacheKey cacheKey) Updates entry status to TO_BE_DELETED valuevoidUpdates 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 CacheKeyModifier and TypeFieldDescriptionprotected final CacheKeyReadOnlyCacheAccessByKey.keyKey of the CacheEntryMethods in eu.europa.esig.dss.tsl.cache.access that return CacheKeyMethods in eu.europa.esig.dss.tsl.cache.access that return types with arguments of type CacheKeyModifier and TypeMethodDescriptionReadOnlyCacheAccess.getAllCacheKeys()This method returns all found keys in any cacheMethods in eu.europa.esig.dss.tsl.cache.access with parameters of type CacheKeyModifier and TypeMethodDescriptionvoidTLChangesCacheAccess.expireSignatureValidation(CacheKey cacheKey) Sets the expired status for the validation record for thecacheKeyCacheAccessFactory.getCacheAccess(CacheKey key) Loads a class to deal with a cache by thekeyrecordsReadOnlyCacheAccess.getDownloadCacheDTO(CacheKey key) Returns download cache DTO resultReadOnlyCacheAccess.getParsingCacheDTO(CacheKey key) Returns download cache DTO resultReadOnlyCacheAccess.getValidationCacheDTO(CacheKey key) Returns download cache DTO resultvoidSynchronizes all records for thekeyvoidTLChangesCacheAccess.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 CacheKeyModifierConstructorDescriptionCacheAccessByKey(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 CacheKeyModifierConstructorDescriptionLOTLChangeApplier(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