Package org.biojava.utils.cache
Class ChangeableCache
- java.lang.Object
-
- org.biojava.utils.cache.ChangeableCache
-
public class ChangeableCache extends java.lang.ObjectA cache that clears values as the keys fire ChangeEvents of a given type.- Since:
- 1.1
- Author:
- Matthew Pocock
-
-
Constructor Summary
Constructors Constructor Description ChangeableCache(ChangeType ct)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.Object key)voidput(java.lang.Object key, java.lang.Object value)
-
-
-
Constructor Detail
-
ChangeableCache
public ChangeableCache(ChangeType ct)
-
-