tollmanz / wordpress-pecl-memcached-object-cache

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

Write unit tests to compare values in internal cache with values in memcached #19

Closed tollmanz closed 12 years ago

tollmanz commented 12 years ago

Additionally, make sure that values are coming from the appropriate place (i.e., memcached vs. internal cache).

tollmanz commented 12 years ago

Completed unit testing for this issue and values are getting set in the internal cache and being pulled from it.