Uses of Class
eu.europa.esig.dss.tsl.cache.state.CacheStateEnum
Package | Description |
---|---|
eu.europa.esig.dss.tsl.cache.state | |
eu.europa.esig.dss.tsl.dto |
-
Uses of CacheStateEnum in eu.europa.esig.dss.tsl.cache.state
Methods in eu.europa.esig.dss.tsl.cache.state that return CacheStateEnum Modifier and Type Method Description CacheStateEnum
CacheContext. getCurrentState()
Returns the current state in the cacheCacheStateEnum
CachedEntry. getCurrentState()
Gets the state of the cacheCacheStateEnum
CurrentCacheContext. getCurrentState()
static CacheStateEnum
CacheStateEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheStateEnum[]
CacheStateEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CacheStateEnum in eu.europa.esig.dss.tsl.dto
Methods in eu.europa.esig.dss.tsl.dto that return CacheStateEnum Modifier and Type Method Description CacheStateEnum
AbstractCacheDTO. getCacheState()
Gets the state of the cacheMethods in eu.europa.esig.dss.tsl.dto with parameters of type CacheStateEnum Modifier and Type Method Description void
AbstractCacheDTO. setCacheState(CacheStateEnum cacheState)
Sets the cache state