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