开发者

example using memcache with jpa entitymanager on JGAE?

开发者 https://www.devze.com 2022-12-15 05:48 出处:网络
any example on using memcache/general 开发者_StackOverflow社区cache with jpa entitymanager on JGAE? or the only way to do it is manually put/set memcache on service layer?DataNucleus docs define adequ

any example on using memcache/general 开发者_StackOverflow社区cache with jpa entitymanager on JGAE? or the only way to do it is manually put/set memcache on service layer?


DataNucleus docs define adequately how to use the JDO/JPA L2 cache. http://www.datanucleus.org/products/accessplatform_1_1/jpa/cache.html in the case of GAE/J memcache the L2 cache should be "javax.cache".

0

精彩评论

暂无评论...
验证码 换一张
取 消