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,v 1.1.1.1 2001/08/16 05:08:50 jvanzyl Exp $
Author:
Nissim Karpenstein

Method Summary
 void refresh()
          Refreshes the object.
 

Method Detail

refresh

public void refresh()
Refreshes the object.


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