On Thu, Dec 1, 2016, at 03:24 AM, Josh Di Fabio wrote: > > Different CacheInterface instances MAY be backed by the same datastore, *but > MUST be logically independent.* > > The second clause seems to be needlessly restrictive and appears to be > incompatible with decorators. What is the purpose of this clause?
If the pools aren't logically independent, their namespaces end up colliding. They need to be logically distinct, even if they are on the same physical server. I'm not clear how that is an issue for decorators. --Larry Garfield -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/1480589693.3635659.804857481.18B5A0BA%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.
