No, by definition, a cache key is uniquely identifying one object in the cache. Why would you want two cache keys for one object?
-- leif Sent from my iPad On Apr 26, 2011, at 8:01 AM, ChangCheng <[email protected]> wrote: > > Sorry for my unclear question. > I would like to know is possible have multiple different cache key assign to > one cache object? > Thanks > >> Date: Tue, 26 Apr 2011 06:55:53 -0700 >> Subject: RE: multiple url assigned to one object? >> From: [email protected] >> To: [email protected] >> >> ChangCheng wrote: >>> >>> Thanks your replay: >>> Actually, i have looked this plug-in, this plug-in did rewrite hash key >>> from modified url to normal url hash key, but for original cacheable >>> object, it's still only have original hash key to assigned. >>> My question is possible to assigned multiple key to one object (both >>> normal url key and modifed url key). >> >> What igor showed you does exactly what you asked in the initial email. You >> have two different URLs, that you want to normalize to the same cache key. >> That's what that plugin is for. >> >> -- Leif >> >> >
