Uses of Class
org.omnaest.utils.structure.element.cached.CachedElement

Packages that use CachedElement
org.omnaest.utils.structure.element.cached   
 

Uses of CachedElement in org.omnaest.utils.structure.element.cached
 

Subclasses of CachedElement in org.omnaest.utils.structure.element.cached
 class CachedElementTimed<T>
          Extension of the CachedElement which allows declare a duration after passing that the cache becomes dirty and is not be used anymore.
 class SoftCachedElement<T>
          This is a CachedElement which uses a SoftReference to cache a value.
 class ThreadLocalCachedElement<T>
          ThreadLocal variant of a CachedElement which caches resolved element values for each thread independently.
 class WeakCachedElement<T>
          This is a CachedElement which uses a WeakReference to cache a value.
 

Methods in org.omnaest.utils.structure.element.cached that return CachedElement
 CachedElement<T> CachedElement.clearCache()
          Clears the cached value, so the next call to getValue() will resolve the value once again from the underlying CachedElement.ValueResolver.
 



Copyright © 2013. All Rights Reserved.