Module: BarkingIguana::CacheBucket::DSL::ClassMethods

Defined in:
lib/barking_iguana/cache_bucket/dsl.rb

Instance Method Summary collapse

Instance Method Details

#cache_bucket(options = {}) ⇒ Object

Access the Cache Bucket for this class.



44
45
46
# File 'lib/barking_iguana/cache_bucket/dsl.rb', line 44

def cache_bucket options = {}
  BarkingIguana::CacheBucket.get name, options
end