| Class Amrita::DummyCacheManager | 
 | 
| Methods | 
| Included modules | 
| Public Instance methods | 
| get_item(typ, filename, key) | 
# File lib/amrita/template.rb, line 34 def get_item(typ, filename, key) nil end
| save_item(item) | 
# File lib/amrita/template.rb, line 38 def save_item(item) # do nothing because it's dummy end