Package tigase.util.historyCache
Class AllHistoryCache
- java.lang.Object
-
- tigase.util.historyCache.AllHistoryCache
-
public class AllHistoryCache extends java.lang.Object- Author:
- Artur Hefczyc Created May 28, 2011
-
-
Constructor Summary
Constructors Constructor Description AllHistoryCache(int limit, int highMemoryLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddItem(StatisticsList item)StatisticsList[]getCurrentHistory()protected booleanisHighMemoryUsage()
-
-
-
Method Detail
-
addItem
public void addItem(StatisticsList item)
-
getCurrentHistory
public StatisticsList[] getCurrentHistory()
-
isHighMemoryUsage
protected boolean isHighMemoryUsage()
-
-