Module org.tentackle.pdo
Package org.tentackle.pdo
Interface PdoMethodCacheProvider<T extends PersistentDomainObject<T>>
- Type Parameters:
- T- the PDO type
public interface PdoMethodCacheProvider<T extends PersistentDomainObject<T>>
Provides access to a 
There is one cache per PDO-class.
PdoMethodCache.There is one cache per PDO-class.
- 
Method Summary
- 
Method Details- 
getPdoMethodCachePdoMethodCache<T> getPdoMethodCache()Gets the cache.- Returns:
- the cache for the PDO type
 
 
-