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 534527 2007-05-02 16:10:59Z tv $
Author:
Nissim Karpenstein

Method Summary
 void refresh()
          Refreshes the object.
 

Method Detail

refresh

public void refresh()
Refreshes the object.



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