Module: Cache::RedisNamespace

Defined in:
lib/cache/redis_namespace.rb

Class Method Summary collapse

Class Method Details

.extended(base) ⇒ Object



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

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