Module org.tentackle.pdo
Package org.tentackle.pdo
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
There is one cache per operation-class.
OperationMethodCache
.There is one cache per operation-class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the cache.
-
Method Details
-
getOperationMethodCache
OperationMethodCache<T> getOperationMethodCache()Gets the cache.- Returns:
- the cache for the operation type
-