Class AbstractInMemoryIntegrationServiceCache<T extends Serializable>

java.lang.Object
se.idsec.signservice.integration.core.impl.AbstractIntegrationServiceCache<T>
se.idsec.signservice.integration.core.impl.AbstractInMemoryIntegrationServiceCache<T>
Type Parameters:
T - the cached object type
All Implemented Interfaces:
IntegrationServiceCache<T>
Direct Known Subclasses:
InMemoryDocumentCache, InMemoryIntegrationServiceStateCache

public abstract class AbstractInMemoryIntegrationServiceCache<T extends Serializable> extends AbstractIntegrationServiceCache<T>
Base class for an in-memory implementation of the IntegrationServiceCache interface.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)