Module: SuperCache

Defined in:
lib/super_cache.rb,
lib/super_cache/lock.rb,
lib/super_cache/version.rb,
lib/super_cache/simple_filter.rb,
lib/super_cache/dog_pile_filter.rb

Overview

for static-caching the generated html pages

Defined Under Namespace

Modules: ClassMethods Classes: DogPileFilter, Lock, SimpleFilter

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



11
12
13
14
# File 'lib/super_cache.rb', line 11

def self.included(base)
  base.class_attribute :cache_filter
  base.extend(ClassMethods)
end