Class WeakCache<K,V>

java.lang.Object
org.eclipse.emf.mwe.internal.core.util.WeakCache<K,V>

public abstract class WeakCache<K,V> extends Object
  • Constructor Details

    • WeakCache

      public WeakCache()
  • Method Details

    • createNew

      protected abstract V createNew(K arg0)
    • get

      public V get(K key)
    • getValues

      public Collection<V> getValues()
    • clear

      public void clear()
      Clears the cache.
      Since:
      4.2