Class: Tenjin::NullTemplateCache
- Inherits:
-
TemplateCache
- Object
- TemplateCache
- Tenjin::NullTemplateCache
- Defined in:
- lib/tenjin.rb
Overview
dummy template cache
Instance Method Summary collapse
Instance Method Details
#load(cachepath, timestamp = nil) ⇒ Object
1012 1013 1014 |
# File 'lib/tenjin.rb', line 1012 def load(cachepath, =nil) ## do nothing. end |
#save(cachepath, template) ⇒ Object
1008 1009 1010 |
# File 'lib/tenjin.rb', line 1008 def save(cachepath, template) ## do nothing. end |