Uses of Interface
eu.europa.esig.dss.tsl.cache.state.CacheContext
Packages that use CacheContext
-
Uses of CacheContext in eu.europa.esig.dss.tsl.cache.state
Classes in eu.europa.esig.dss.tsl.cache.state that implement CacheContextModifier and TypeClassDescriptionclassContains information for a cache record stateMethods in eu.europa.esig.dss.tsl.cache.state with parameters of type CacheContextModifier and TypeMethodDescriptionvoidCacheState.desync(CacheContext cacheContext) The cache entry is marked as DesynchronizedvoidCacheStateEnum.desync(CacheContext cacheContext) voidCacheState.error(CacheContext cacheContext, CachedExceptionWrapper exception) The cache entry is marked in error state with the related exceptionvoidCacheStateEnum.error(CacheContext cacheContext, CachedExceptionWrapper 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)