Package org.biojava.utils.cache
Class ChangeableCache
- java.lang.Object
-
- org.biojava.utils.cache.ChangeableCache
-
public class ChangeableCache extends java.lang.Object
A 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.Object
get(java.lang.Object key)
void
put(java.lang.Object key, java.lang.Object value)
-
-
-
Constructor Detail
-
ChangeableCache
public ChangeableCache(ChangeType ct)
-
-