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 classCurrentCacheContextMethods in eu.europa.esig.dss.tsl.cache.state with parameters of type CacheContext Modifier and Type Method Description voidCacheState. desync(CacheContext cacheContext)The cache entry is marked as DesynchronizedvoidCacheStateEnum. desync(CacheContext cacheContext)voidCacheState. error(CacheContext cacheContext, CachedException exception)The cache entry is marked in error state with the related exceptionvoidCacheStateEnum. error(CacheContext cacheContext, CachedException exception)voidCacheState. refreshNeeded(CacheContext cacheContext)The cache entry needs to be refreshedvoidCacheStateEnum. refreshNeeded(CacheContext cacheContext)voidCacheState. sync(CacheContext cacheContext)The cache entry is marked as SynchronizedvoidCacheStateEnum. sync(CacheContext cacheContext)voidCacheState. toBeDeleted(CacheContext cacheContext)The cache entry is marked as to be deletedvoidCacheStateEnum. toBeDeleted(CacheContext cacheContext)