Uses of Interface
se.idsec.signservice.integration.core.IntegrationServiceCache
Packages that use IntegrationServiceCache
Package
Description
Core implementations.
Interfaces for the SignService Integration Service state handling.
Implementation classes for the SignService Integration state handling.
-
Uses of IntegrationServiceCache in se.idsec.signservice.integration.core
Subinterfaces of IntegrationServiceCache in se.idsec.signservice.integration.coreModifier and TypeInterfaceDescriptioninterface
Intarface for a document cache that stores Base64-encoded documents. -
Uses of IntegrationServiceCache in se.idsec.signservice.integration.core.impl
Classes in se.idsec.signservice.integration.core.impl that implement IntegrationServiceCacheModifier and TypeClassDescriptionclass
Base class for an in-memory implementation of theIntegrationServiceCache
interface.class
AbstractIntegrationServiceCache<T extends Serializable>
Base class for an implementation of theIntegrationServiceCache
interface.class
An in-memory document cache. -
Uses of IntegrationServiceCache in se.idsec.signservice.integration.state
Subinterfaces of IntegrationServiceCache in se.idsec.signservice.integration.stateModifier and TypeInterfaceDescriptioninterface
Interface for the SignService Integration Service state cache. -
Uses of IntegrationServiceCache in se.idsec.signservice.integration.state.impl
Classes in se.idsec.signservice.integration.state.impl that implement IntegrationServiceCacheModifier and TypeClassDescriptionclass
A simple in-memory implementation of theIntegrationServiceStateCache
interface.