Uses of Interface
goldengate.common.lru.InterfaceLruCacheEntry

Packages that use InterfaceLruCacheEntry
goldengate.common.lru Classes implementing LRU Utilities Based on work from Damian Momot at http://code.google.com/p/simplelrucache/ 
 

Uses of InterfaceLruCacheEntry in goldengate.common.lru
 

Methods in goldengate.common.lru that return InterfaceLruCacheEntry
protected  InterfaceLruCacheEntry<V> SoftReferenceSynchronizedLruCache.createEntry(V value, long ttl)
           
protected  InterfaceLruCacheEntry<V> AbstractLruCache.createEntry(V value, long ttl)
          Creates new LruCacheEntry.
protected  InterfaceLruCacheEntry<V> SynchronizedLruCache.getEntry(K key)
           
protected abstract  InterfaceLruCacheEntry<V> AbstractLruCache.getEntry(K key)
          Returns LruCacheEntry mapped by key or null if it does not exist
 

Methods in goldengate.common.lru with parameters of type InterfaceLruCacheEntry
protected  void SynchronizedLruCache.putEntry(K key, InterfaceLruCacheEntry<V> entry)
           
protected abstract  void AbstractLruCache.putEntry(K key, InterfaceLruCacheEntry<V> entry)
          Puts entry into cache
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.