org.wanghy.cache.interceptor.caching
Interface EntryStoredListener


public interface EntryStoredListener

Receives a notification that a new entry was stored in the cache.

Version:
$Revision: 1.1 $ $Date: 2004/11/18 19:36:46 $
Author:
Alex Ruiz

Method Summary
 void onEntryAdd(Object key, Object obj)
          Notification that a new entry was stored in the cache.
 

Method Detail

onEntryAdd

public void onEntryAdd(Object key,
                       Object obj)
Notification that a new entry was stored in the cache.

Parameters:
key - the key used to store the entry.
obj - the object stored in the cache.


Copyright © 2004-2005 Alex Ruiz. All Rights Reserved.