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

All Known Implementing Classes:
AbstractHibernateAttachmentDao, NonTransactionalHibernateAttachmentDao, TransactionalHibernateAttachmentDao

public interface CachingAttachmentDao

This interface defines the behaviour for AttachmentDao instances that provide some sort of caching of objects, which need to be flushed at times.

See Also:
AttachmentDao, AbstractHibernateAttachmentDao

Method Summary
 void flush()
          Flush the caches.
 

Method Detail

flush

void flush()
Flush the caches.



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.