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 Details

    • put

      default void put(String id, CacheableSignatureState state)
      Adds an object to the cache.
      Parameters:
      id - the object ID
      state - the state object to add