Hi John,

> There is also a CompositeCache class that allows you to layer the caches so
> that it first checks in-memory, then memcache , then the datastore.  Puts go
> to all levels and cache hits refresh the higher levels.  e.g. if an item is
> not in-memory and has been flushed from memcache but is still present in the
> datastore then the other two will be updated.
>
> http://code.google.com/p/stick-cache/

What's the usage for in-memory caching via stick-cache?

The docs show this:
MemoryCache<String, Hotel> mc = new MemoryCache<String, Hotel>(50);


but on Jun 22, 2010;  that class was deleted

revision        ded84586e4    Delete    
/src/main/java/com/vercer/cache/MemoryCache.java

Is it no longer supported?


Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to