Why not call memcacheService.delete( keyObject ) ?

J.Ganesan

On Jun 14, 8:25 pm, tempy <[email protected]> wrote:
> Hello all,
> I'm wondering if its possible to design a cache using data in static
> variables.  I have certain pieces of small and unchanging data, such
> as a banner for the top of the site whose contents might only change
> every couple of days.  This is perfect for storing in a static
> variable and falling back onto the memcache as necessary.  The one
> thing I don't know how to do is to clear that cache.  If I want to
> update that data, I can clear the memcache, but there's no way that I
> can think of to clear static data cache, other than to wait until a
> particular instance goes down, and who knows when that will happen.
> Any ideas?  Thanks!

-- 
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