Package eu.europa.esig.dss.tsl.cache
Class ParsingCache
java.lang.Object
eu.europa.esig.dss.tsl.cache.AbstractCache<AbstractParsingResult>
eu.europa.esig.dss.tsl.cache.ParsingCache
public class ParsingCache extends AbstractCache<AbstractParsingResult>
Contains results of TL/LOTL/pivot parsings
-
Constructor Summary
Constructors Constructor Description ParsingCache()
-
Method Summary
Modifier and Type Method Description protected CacheType
getCacheType()
Returns a type of current CacheMethods inherited from class eu.europa.esig.dss.tsl.cache.AbstractCache
dump, error, expire, get, getKeys, isDesync, isEmpty, isRefreshNeeded, isToBeDeleted, remove, sync, toBeDeleted, update
-
Constructor Details
-
ParsingCache
public ParsingCache()
-
-
Method Details
-
getCacheType
Description copied from class:AbstractCache
Returns a type of current Cache- Specified by:
getCacheType
in classAbstractCache<AbstractParsingResult>
- Returns:
CacheType
-