org.objectweb.perseus.cache.lib
Class BasicCacheManager.CapacityEvent
java.lang.Object
org.objectweb.perseus.cache.lib.BasicCacheManager.CapacityEvent
- BasicCacheManager
- CacheCapacityEvent
protected class BasicCacheManager.CapacityEvent
extends java.lang.Object
This class is a basic implementation of the CacheCapacityEvent interface.
int | getEventId() - Returns the cache event type.
|
int | getOldSize() - It retrieves the old cache size before the resizing.
|
int | getSize() - It retrieves the new cache size.
|
cacheSize
public int cacheSize
eventId
public int eventId
oldCacheSize
public int oldCacheSize
CapacityEvent
public CapacityEvent(int eventid,
int oldCacheSize,
int cacheSize)
Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.