class Middleman::CoreExtensions::FrontMatter::FrontmatterManager

def initialize(app)

def initialize(app)
  @app = app
  @cache = {}
end