org.apache.turbine.services.cache
Interface Refreshable


public interface Refreshable

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

Version:
$Id: Refreshable.java 264148 2005-08-29 14:21:04Z henning $
Author:
Nissim Karpenstein

Method Summary
 void refresh()
          Refreshes the object.
 

Method Detail

refresh

public void refresh()
Refreshes the object.



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.