Class ReadOnlyCacheAccessByKey
java.lang.Object
eu.europa.esig.dss.tsl.cache.access.ReadOnlyCacheAccessByKey
- Direct Known Subclasses:
CacheAccessByKey
public class ReadOnlyCacheAccessByKey extends Object
-
Field Summary
Fields Modifier and Type Field Description protected DownloadCachedownloadCacheprotected CacheKeykeyprotected ParsingCacheparsingCacheprotected ValidationCachevalidationCache -
Constructor Summary
Constructors Constructor Description ReadOnlyCacheAccessByKey(CacheKey key, DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache) -
Method Summary
Modifier and Type Method Description DownloadCacheDTOgetDownloadReadOnlyResult()Returns the cached read-only download result DTOParsingCacheDTOgetParsingReadOnlyResult()Returns the cached read-only parsing result DTOValidationCacheDTOgetValidationReadOnlyResult()Returns the cached read-only validation result DTO
-
Field Details
-
Constructor Details
-
ReadOnlyCacheAccessByKey
public ReadOnlyCacheAccessByKey(CacheKey key, DownloadCache downloadCache, ParsingCache parsingCache, ValidationCache validationCache)
-
-
Method Details
-
getDownloadReadOnlyResult
Returns the cached read-only download result DTO- Returns:
DownloadCacheDTO
-
getParsingReadOnlyResult
Returns the cached read-only parsing result DTO- Returns:
ParsingCacheDTO
-
getValidationReadOnlyResult
Returns the cached read-only validation result DTO- Returns:
ValidationCacheDTO
-