Class InMemoryIntegrationServiceStateCache
java.lang.Object
se.idsec.signservice.integration.core.impl.AbstractIntegrationServiceCache<CacheableSignatureState>
se.idsec.signservice.integration.core.impl.AbstractInMemoryIntegrationServiceCache<CacheableSignatureState>
se.idsec.signservice.integration.state.impl.InMemoryIntegrationServiceStateCache
- All Implemented Interfaces:
IntegrationServiceCache<CacheableSignatureState>,IntegrationServiceStateCache
public class InMemoryIntegrationServiceStateCache
extends AbstractInMemoryIntegrationServiceCache<CacheableSignatureState>
implements IntegrationServiceStateCache
A simple in-memory implementation of the
IntegrationServiceStateCache interface.- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
Nested Class Summary
Nested classes/interfaces inherited from class se.idsec.signservice.integration.core.impl.AbstractInMemoryIntegrationServiceCache
AbstractInMemoryIntegrationServiceCache.InMemoryCacheEntry<T extends Serializable>Nested classes/interfaces inherited from class se.idsec.signservice.integration.core.impl.AbstractIntegrationServiceCache
AbstractIntegrationServiceCache.CacheEntry<T extends Serializable> -
Field Summary
Fields inherited from class se.idsec.signservice.integration.core.impl.AbstractIntegrationServiceCache
MAX_AGE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class se.idsec.signservice.integration.core.impl.AbstractInMemoryIntegrationServiceCache
clearExpired, getCacheEntry, putCacheObject, removeCacheObjectMethods inherited from class se.idsec.signservice.integration.core.impl.AbstractIntegrationServiceCache
get, get, put, remove, setMaxAgeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface se.idsec.signservice.integration.core.IntegrationServiceCache
clearExpired, get, get, put, removeMethods inherited from interface se.idsec.signservice.integration.state.IntegrationServiceStateCache
put
-
Constructor Details
-
InMemoryIntegrationServiceStateCache
public InMemoryIntegrationServiceStateCache()
-