Interface IntegrationServiceStateCache
- All Superinterfaces:
IntegrationServiceCache<CacheableSignatureState>
- All Known Implementing Classes:
InMemoryIntegrationServiceStateCache
public interface IntegrationServiceStateCache
extends IntegrationServiceCache<CacheableSignatureState>
Interface for the SignService Integration Service state cache.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
put
(String id, CacheableSignatureState state) Adds an object to the cache.Methods inherited from interface se.idsec.signservice.integration.core.IntegrationServiceCache
clearExpired, get, get, put, remove
-
Method Details
-
put
Adds an object to the cache.- Parameters:
id
- the object IDstate
- the state object to add
-