Package org.apache.fulcrum.cache
Interface Refreshable
- 
 public interface RefreshableThis 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrefresh()Refreshes the object.
 
-