| java.lang.Object org.sakaiproject.component.app.presentation.CacheMap
CacheMap | public class CacheMap (Code) | | |
Constructor Summary | |
public | CacheMap(int cacheTime, int cacheSize, String title, int messageCount, boolean debug) | public | CacheMap(int cacheTime, int cacheSize, String title) |
CacheMap | public CacheMap(int cacheTime, int cacheSize, String title, int messageCount, boolean debug)(Code) | | |
CacheMap | public CacheMap(int cacheTime, int cacheSize, String title)(Code) | | |
clear | public void clear()(Code) | | |
expireAll | public void expireAll()(Code) | | |
expireTop | public void expireTop()(Code) | | Check to see if the oldest entry in the table needs to expire.
|
|
|