com.atlassian.confluence.pages.persistence.dao
Interface FlushableCachingDao

All Known Implementing Classes:
AbstractHibernateAttachmentDao, CachingAttachmentDao, NonTransactionalHibernateAttachmentDao, 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
 void flush()
          Flush the caches managed by this DAO.
 

Method Detail

flush

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



Copyright © 2003-2011 Atlassian. All Rights Reserved.