Returns a new instance of Backend.
4 5 6 7
# File 'lib/semi_static/backend.rb', line 4 def initialize(root) @root = root @cache = {} end