com.atlassian.crowd.dao
Interface RefreshableDao


public interface RefreshableDao

DAOs that implement this interface can be refreshed to flush their caches and ensure they are up-to-date with the backend storage.


Method Summary
 void refresh()
          Flush all the caches, reload everything from the backend storage.
 

Method Detail

refresh

void refresh()
Flush all the caches, reload everything from the backend storage.



Copyright © 2016 Atlassian. All Rights Reserved.