Java EE 5 SDK

com.sun.appserv.util.cache
Interface CacheListener


public interface CacheListener

CacheListener Generic cache listener interface


Method Summary
 void trimEvent(Object key, Object value)
          an cached value is trimmed (to prevent cache overflow)
 

Method Detail

trimEvent

void trimEvent(Object key,
               Object value)
an cached value is trimmed (to prevent cache overflow)

Parameters:
key - lookup key
value - value of the cached entity

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.