# File lib/termtter/memory_cache.rb, line 17
    def storage_class
      can_use_memcache? ? MemCache : MemCacheMock
    end