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

    Modifier and Type
    Method
    Description
    void
    Flush the caches managed by this DAO.
  • Method Details

    • flush

      void flush()
      Flush the caches managed by this DAO.