org.apache.fulcrum.cache
Interface Refreshable


public interface Refreshable

This is the interface for objects you want to refresh themselves from the cache.

Version:
$Id: Refreshable.java 670326 2008-06-22 09:31:47Z tv $
Author:
Nissim Karpenstein

Method Summary
 void refresh()
          Refreshes the object.
 

Method Detail

refresh

void refresh()
Refreshes the object.



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.