org.geotools.util
Interface SoftValueHashMap.ValueCleaner

Enclosing class:
SoftValueHashMap<K,V>

public static interface SoftValueHashMap.ValueCleaner

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
 void clean(Object key, Object object)
          Cleans the specified object
 

Method Detail

clean

void clean(Object key,
           Object object)
Cleans the specified object

Parameters:
object -


Copyright © 1996-2014 Geotools. All Rights Reserved.