Are you using distributed caching? Also, are you using annotations or writing the code to handle caching?
On Tue, Aug 18, 2015 at 5:28 AM, hwaastad <[email protected]> wrote: > Hi, > I dont have any available on github now, but in general: > 1. initalizing custom cachemanager in a weblistener > 2. adding necessary changes to a cache.ccf (check out Romains blog) > 3. I produce all different caches using named qualifiers. > > I don't knpw about other impls, but JCS allows you to generate cache keys > like <xxx>:<yyy>: etc > so I can generate caches almost like a normalized database :-) > > br hw > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/JSR-107-JCache-tp4675910p4675926.html > Sent from the TomEE Users mailing list archive at Nabble.com. > -- Steven P. Goldsmith
