Uses of Interface
org.jboss.util.TimedCachePolicy.TimedEntry
-
Packages that use TimedCachePolicy.TimedEntry Package Description org.jboss.util Utility classes and interfaces. -
-
Uses of TimedCachePolicy.TimedEntry in org.jboss.util
Classes in org.jboss.util that implement TimedCachePolicy.TimedEntry Modifier and Type Class Description (package private) static class
TimedCachePolicy.DefaultTimedEntry
The default implementation of TimedEntry used to wrap non-TimedEntry objects inserted into the cache.Methods in org.jboss.util that return TimedCachePolicy.TimedEntry Modifier and Type Method Description TimedCachePolicy.TimedEntry
TimedCachePolicy. peekEntry(java.lang.Object key)
Get the raw TimedEntry for key without performing any expiration check.
-