module JekyllIncludeCache
Constants
- VERSION
Public Class Methods
cache()
click to toggle source
# File lib/jekyll-include-cache.rb, line 10 def cache @cache ||= {} end
reset()
click to toggle source
# File lib/jekyll-include-cache.rb, line 14 def reset @cache = {} end