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, removeCacheObject
Methods inherited from class se.idsec.signservice.integration.core.impl.AbstractIntegrationServiceCache
get, get, put, remove, setMaxAge
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface se.idsec.signservice.integration.core.IntegrationServiceCache
clearExpired, get, get, put, remove
Methods inherited from interface se.idsec.signservice.integration.state.IntegrationServiceStateCache
put
-
Constructor Details
-
InMemoryIntegrationServiceStateCache
public InMemoryIntegrationServiceStateCache()
-