Uses of Class
eu.europa.esig.dss.tsl.cache.state.CachedEntry
| Package | Description |
|---|---|
| eu.europa.esig.dss.tsl.cache | |
| eu.europa.esig.dss.tsl.dto.builder |
-
Uses of CachedEntry in eu.europa.esig.dss.tsl.cache
Methods in eu.europa.esig.dss.tsl.cache that return CachedEntry Modifier and Type Method Description CachedEntry<R>AbstractCache. get(CacheKey cacheKey)Returns 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 CachedEntry Constructor Description AbstractCacheDTOBuilder(CachedEntry<R> cachedEntry)DownloadCacheDTOBuilder(CachedEntry<XmlDownloadResult> cachedEntry)ParsingCacheDTOBuilder(CachedEntry<AbstractParsingResult> cachedEntry)ValidationCacheDTOBuilder(CachedEntry<ValidationResult> cachedEntry)