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 TypeClassDescriptionclass
Contains information for a cache record stateMethods in eu.europa.esig.dss.tsl.cache.state with parameters of type CacheContextModifier 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)