Package org.geotools.util
Interface SoftValueHashMap.ValueCleaner<K,V>
- Enclosing class:
- SoftValueHashMap<K,
V>
public static interface SoftValueHashMap.ValueCleaner<K,V>
A delegate that can be used to perform clean up operation, such as resource closing, before the values cached in
soft part of the cache gets disposed of
- Author:
- Andrea Aime - OpenGeo
-
Method Summary
-
Method Details
-
clean
Cleans the specified object
-