not necessarily but keep in mind there may be multi servers accessing the same cache storage and each of the, may have concurrent requests to access the same object. As long as you can deal with that, no problem.
On Sep 7, 4:50 am, Niphlod <[email protected]> wrote: > I think to have it covered.... > > Is it the "natural" behaviuor to have class istantiated for every call > to @cache ? > > In this way it's needed a "hack" to reuse the connection storing the > connection object in @cache.ram

