tollmanz / wordpress-pecl-memcached-object-cache

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

Change call to methods from wrappers if CAS token or cache_cb are used #17

Closed tollmanz closed 12 years ago

tollmanz commented 12 years ago

Need to make sure that the internal cache is not inadvertently avoid when using the wrapper functions. If the num of args isn't examined, a call to memcached may be prompted when not necessary.

tollmanz commented 12 years ago

Completed with 86746fc6e2a5c83e302e34beb3ab6b68affbd53f and 2b380261e34d964e07fb0996512d126ffd80643b.