Class InMemoryDocumentCache
java.lang.Object
se.idsec.signservice.integration.core.impl.AbstractIntegrationServiceCache<String>
se.idsec.signservice.integration.core.impl.AbstractInMemoryIntegrationServiceCache<String>
se.idsec.signservice.integration.core.impl.InMemoryDocumentCache
- All Implemented Interfaces:
DocumentCache,IntegrationServiceCache<String>
public class InMemoryDocumentCache
extends AbstractInMemoryIntegrationServiceCache<String>
implements DocumentCache
An in-memory document cache.
- 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, remove
-
Constructor Details
-
InMemoryDocumentCache
public InMemoryDocumentCache()
-