rajjaiswalsaumya / webutilities

Automatically exported from code.google.com/p/webutilities
0 stars 0 forks source link

Enhancement: CacheFilter should use soft references for storing the cache. #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
CacheFilter should use soft references for storing the response in cache . This 
will allow GC to reclaim the cache depending on memory use. It will clear the 
soft references in order to avoid throwing an OutOfMemoryError.

Original issue reported on code.google.com by chandran...@gmail.com on 24 Jan 2012 at 4:23

GoogleCodeExporter commented 8 years ago
It now uses google guava Cache. Code checked in 
https://github.com/rpatil26/webutilities/commit/8642a9567b8793c18dbfa5194967c880
d09a1002

Thanks to iron9light.

Original comment by rr.patil...@gmail.com on 25 Jan 2012 at 3:37