tberthel / gaevfs

Automatically exported from code.google.com/p/gaevfs
Apache License 2.0
0 stars 0 forks source link

GAE distributed CacheListener to replace ThreadLocal cache #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If GAE ever implements a distributed CacheListener, so that all running
instances of an application are notified of memcache changes, then the
GaeMemcacheFileCache ThreadLocal cache can be replaced with a more
permanent cache that's updated based on CacheListener events.

See this thread:

http://groups.google.com/group/google-appengine-java/browse_thread/thread/542f7b
44cb3d6369/faf49ee58fc35b9c?lnk=gst&q=cachelistener#faf49ee58fc35b9c

Original issue reported on code.google.com by vbonfa...@gmail.com on 23 Jun 2009 at 8:22

GoogleCodeExporter commented 9 years ago
Metadata caching has been reworked for release 0.4 to no longer use a 
ThreadLocal 
cache (or the GaeMemcacheFilesCache class), so this issue no longer applies.

Original comment by vbonfa...@gmail.com on 3 Aug 2009 at 12:59