Package net.sf.jasperreports.engine.fill
Class JRAbstractLRUVirtualizer.Cache
java.lang.Object
net.sf.jasperreports.engine.fill.JRAbstractLRUVirtualizer.Cache
- Enclosing class:
JRAbstractLRUVirtualizer
This class keeps track of how many objects are currently in memory, and
when there are too many, it pushes the last touched one to disk.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
protected JRVirtualizable
protected void
purge()
put
(String id, JRVirtualizable o) protected JRAbstractLRUVirtualizer.CacheReference
-
Method Details
-
getMapValue
-
toMapValue
-
purge
protected void purge() -
contains
-
get
-
put
-
evictionCandidates
-
remove
-
idIterator
-