Amrita::DummyCacheManager (Class)

In: lib/amrita/template.rb
Parent: Object

Methods

Included Modules

CacheManager

Public Instance methods

[Source]

# File lib/amrita/template.rb, line 34
    def get_item(typ, filename, key)
      nil
    end

[Source]

# File lib/amrita/template.rb, line 38
    def save_item(item)
      # do nothing because it's dummy
    end

[Validate]