tollmanz / wordpress-pecl-memcached-object-cache

A WordPress object cache that uses the memcached (not memcache) PECL extension.
233 stars 114 forks source link

Clean array keys from getMulti functions #5

Closed tollmanz closed 12 years ago

tollmanz commented 12 years ago

Get multiple functions return the derived keys (e.g., "default:my-key"). The group should be extracted.

tollmanz commented 12 years ago

Actually, after reviewing this some more, the returned values should have the same key that was used to store the data. The return value is ok as is.