Yes, it works the same as non-GAE except that it uses the virtual file system (GaeVFS) rather than the physical file system to store cached files. Because GaeVFS is implemented on memcache and the GAE datastore, this is effectively a shared cluster-wide cache.
Vince On Mon, Jan 25, 2010 at 9:27 AM, Matthew Woodward <[email protected]>wrote: > On Sun, Jan 24, 2010 at 10:47 PM, Baz <[email protected]> wrote: > >> This is an interesting line in the Jan. 20 release notes: >> >> - GAE: added support for <cfcache> >> >> Can someone expand on what kind of caching this is? >> >> > I'm not sure if it's implemented exactly the same as in the non-GAE > version, but here's the wiki page on it: > http://wiki.openbluedragon.org/wiki/index.php/CFCACHE > -- > Matthew Woodward > [email protected] > http://blog.mattwoodward.com > identi.ca/Twitter: @mpwoodward > > Please do not send me proprietary file formats such as Word, PowerPoint, > etc. as attachments. > http://www.gnu.org/philosophy/no-word-attachments.html > > -- > Open BlueDragon Public Mailing List > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > mailing list - http://groups.google.com/group/openbd?hl=en > > !! save a network - please trim replies before posting !! > -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
