EHCache uses local memory, correct? If your application is cycled out as no
requests come in, you'll lose any data stored in local memory. Use Memcache
API instead:

http://code.google.com/appengine/docs/java/memcache/overview.html

On Sun, Jun 20, 2010 at 4:14 PM, mlindeboom
<[email protected]>wrote:

> I am using ehcache with GAE. And have the cache configured to expire
> after 1200 seconds. Testing shows the cached data doesn't last nearly
> that long.
>
> Can anyone describe the possible cause?
>
> --
> 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]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

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