Uses of Interface
eu.europa.esig.dss.tsl.cache.state.CacheContext
-
Uses of CacheContext in eu.europa.esig.dss.tsl.cache.state
Modifier and TypeClassDescriptionclass
Contains information for a cache record stateModifier and TypeMethodDescriptionvoid
CacheState.desync
(CacheContext cacheContext) The cache entry is marked as Desynchronizedvoid
CacheStateEnum.desync
(CacheContext cacheContext) void
CacheState.error
(CacheContext cacheContext, CachedExceptionWrapper exception) The cache entry is marked in error state with the related exceptionvoid
CacheStateEnum.error
(CacheContext cacheContext, CachedExceptionWrapper 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)