You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Janek Bogucki <ya...@studylink.com> on 2007/12/21 18:20:57 UTC

A cache that uses WEAK references and is periodically flushed?

Hi,

Does there exist a cache implementation that uses weak references and
can be configured to flush periodically?

I would like to know cache entries are younger than 1 hour while having
a guarantee that the cache can be emptied by the garbage collector.

Thanks,
-Janek