Develop ConcurrentReferenceHashMap

Develop a new ConcurrentMap implementation that support both weak and
soft entry references. Intended primarily to be used internally to
support fast concurrent caching.

Issue: SPR-9796
This commit is contained in:
Phillip Webb
2012-09-13 16:06:13 -07:00
parent 5a0c4a9841
commit fac060f0af
2 changed files with 1676 additions and 0 deletions