Extremely simple template cache implementation. Calling applications create a Tilt::Cache instance and use # with any set of hashable arguments (such as those to Tilt.new):
cache = Tilt::Cache.new cache.fetch(path, line, options) { Tilt.new(path, line, options) }
Subsequent invocations return the already loaded template object.
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.