Uses of Interface
eu.europa.esig.dss.tsl.cache.state.CacheContext
Package | Description |
---|---|
eu.europa.esig.dss.tsl.cache.state |
-
Uses of CacheContext in eu.europa.esig.dss.tsl.cache.state
Classes in eu.europa.esig.dss.tsl.cache.state that implement CacheContext Modifier and Type Class Description class
CurrentCacheContext
Methods in eu.europa.esig.dss.tsl.cache.state with parameters of type CacheContext Modifier and Type Method Description void
CacheState. desync(CacheContext cacheContext)
The cache entry is marked as Desynchronizedvoid
CacheStateEnum. desync(CacheContext cacheContext)
void
CacheState. error(CacheContext cacheContext, CachedException exception)
The cache entry is marked in error state with the related exceptionvoid
CacheStateEnum. error(CacheContext cacheContext, CachedException exception)
void
CacheState. refreshNeeded(CacheContext cacheContext)
The cache entry needs to be refreshedvoid
CacheStateEnum. refreshNeeded(CacheContext cacheContext)
void
CacheState. sync(CacheContext cacheContext)
The cache entry is marked as Synchronizedvoid
CacheStateEnum. sync(CacheContext cacheContext)
void
CacheState. toBeDeleted(CacheContext cacheContext)
The cache entry is marked as to be deletedvoid
CacheStateEnum. toBeDeleted(CacheContext cacheContext)