Interface FlushableCachingDao
-
- All Known Implementing Classes:
AbstractHibernateAttachmentDao,NonTransactionalHibernateAttachmentDao,ReadThroughCachingAttachmentDao,TransactionalHibernateAttachmentDao
public interface FlushableCachingDaoThis 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 voidflush()Flush the caches managed by this DAO.
-