the following exception is logged when data is put into the cache.
com.google.appengine.api.memcache.stdimpl.GCacheException: Policy
prevented put operation

the which is stored in the cache
Map<String, List<Dependents>> dependentMap = new HashMap<String,
List<Dependents>>();

in the map key will be an ID and for each ID there will be 0 or more
objects (max 5 objects)

the map size is

dependentMap.size() = 1500 approximately

what are the limitation to store data in the cache ?



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