Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
refresh()
Refreshes the object.
-