net.sf.extjwnl.util.cache
Interface Pool<T>

All Known Implementing Classes:
HashPool, ZeroPool

public interface Pool<T>

Pool interface for caching.

Author:

Method Summary
 T replace(T object)
           
 

Method Detail

replace

T replace(T object)


Copyright © 2013. All Rights Reserved.