org.objectweb.perseus.cache.api
Interface CacheCapacityEventListener
- All Known Implementing Classes:
- AbstractReplacementManager
- public interface CacheCapacityEventListener
It represents a listener of CacheCapacityEvent produced by a CacheManager
when the cache is resized.
- Author:
- Luciano Garcia-Banuelos (Luciano.Garcia@imag.fr)
cacheResized
public void cacheResized(CacheCapacityEvent event)
- The cache has been resized.
- Parameters:
event
- contains the old and the new cache size.
Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.