Module: Cache::RedisNamespace

Defined in:
lib/cache/redis_namespace.rb

Class Method Summary collapse

Class Method Details

.extended(base) ⇒ Object



3
4
5
# File 'lib/cache/redis_namespace.rb', line 3

def self.extended(base)
  base.extend Cache::Redis
end