Class SpyMemcacheService

  • All Implemented Interfaces:
    MemcacheService

    public class SpyMemcacheService
    extends Object
    implements MemcacheService
    Among the issues this impl needs to be concerned with is that memcached doesn't store nulls. We have to replace it with something (in our case, an empty string).