Package net.sf.basedb.util.listable
Class TransformCache.CacheEntry
- java.lang.Object
-
- net.sf.basedb.util.listable.TransformCache.CacheEntry
-
- Enclosing class:
- TransformCache
static class TransformCache.CacheEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private Set<Integer>
targetList
private long
timeout
-
Constructor Summary
Constructors Constructor Description CacheEntry(long timeout, Set<Integer> targetList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Set<Integer>
getTargetIds()
(package private) long
getTimeout()
-