Uses of Class
eu.europa.esig.dss.tsl.cache.state.CachedEntry
Packages that use CachedEntry
-
Uses of CachedEntry in eu.europa.esig.dss.tsl.cache
Methods in eu.europa.esig.dss.tsl.cache that return CachedEntryModifier and TypeMethodDescriptionReturns the CachedEntry for the relatedcacheKey
. -
Uses of CachedEntry in eu.europa.esig.dss.tsl.dto.builder
Constructors in eu.europa.esig.dss.tsl.dto.builder with parameters of type CachedEntryModifierConstructorDescriptionprotected
AbstractCacheDTOBuilder
(CachedEntry<R> cachedEntry) Default constructorDownloadCacheDTOBuilder
(CachedEntry<XmlDownloadResult> cachedEntry) Default constructorParsingCacheDTOBuilder
(CachedEntry<AbstractParsingResult> cachedEntry) Default constructorValidationCacheDTOBuilder
(CachedEntry<ValidationResult> cachedEntry) Default constructor