Sha256: 654c1fbb4d65816517e49913f551a47121619cd38acaea4a638586c636117146
Contents?: true
Size: 429 Bytes
Versions: 5
Compression:
Stored size: 429 Bytes
Contents
class TokyoCacheCow class Cache self.autoload :Base, File.join('tokyo_cache_cow', 'cache', 'base') self.autoload :FileMemcache, File.join('tokyo_cache_cow', 'cache', 'file_memcache') self.autoload :TokyoCabinetMemcache, File.join('tokyo_cache_cow', 'cache', 'tokyo_cabinet_memcache') self.autoload :HashMemcache, File.join('tokyo_cache_cow', 'cache', 'hash_memcache') end end
Version data entries
5 entries across 5 versions & 1 rubygems