Package eu.europa.esig.dss.tsl.cache
Class ValidationCache
java.lang.Object
eu.europa.esig.dss.tsl.cache.AbstractCache<ValidationResult>
eu.europa.esig.dss.tsl.cache.ValidationCache
public class ValidationCache extends AbstractCache<ValidationResult>
This class stores validation information for processed files
-
Constructor Summary
Constructors Constructor Description ValidationCache()
-
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
-
ValidationCache
public ValidationCache()
-
-
Method Details
-
getCacheType
Description copied from class:AbstractCache
Returns a type of current Cache- Specified by:
getCacheType
in classAbstractCache<ValidationResult>
- Returns:
CacheType
-