Interface OperationMethodCacheProvider<T extends Operation<T>>

Type Parameters:
T - the operation type
All Known Implementing Classes:
AbstractPersistentOperation, DummyPersistentOperation

public interface OperationMethodCacheProvider<T extends Operation<T>>
Provides access to a OperationMethodCache.
There is one cache per operation-class.
  • Method Details

    • getOperationMethodCache

      OperationMethodCache<T> getOperationMethodCache()
      Gets the cache.
      Returns:
      the cache for the operation type