Interface FlushableCachingDao
-
- All Known Implementing Classes:
AbstractHibernateAttachmentDao
,NonTransactionalHibernateAttachmentDao
,ReadThroughCachingAttachmentDao
,TransactionalHibernateAttachmentDao
public interface FlushableCachingDao
This interface defines the behaviour for DAO instances that provide some sort of caching of objects, which need to be flushed at times.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flush()
Flush the caches managed by this DAO.
-