com.croftsoft.core.util.cache
Class WeakCache

java.lang.Object
  extended by com.croftsoft.core.util.cache.MemoryMapCache
      extended by com.croftsoft.core.util.cache.WeakCache
All Implemented Interfaces:
Cache

public class WeakCache
extends MemoryMapCache

A Cache implementation that is backed by a WeakHashMap.

This Cache will dump its content if the IDs are not strongly reachable.

Version:
1999-04-18
See Also:
WeakHashMap, MemoryMapCache
Author:
David Wallace Croft

Constructor Summary
WeakCache()
           
 
Method Summary
 
Methods inherited from class com.croftsoft.core.util.cache.MemoryMapCache
isAvailable, retrieve, store, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeakCache

public WeakCache()

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)