jonschlinkert/gray-matter

No mention of cache

buckle2000 opened this issue · 2 comments

There is a part of my code that looks like this:

doc = matter()
doc.content = render(doc.content)

Took awhile to figure out it returns the same object. I don't think gray-matter should keep the object it returns.

this thread helped: #43 (comment)

Passing in empty options object disables caching. This is especially noticeable with many test files containing the same content.

Would, minimally, a PR for the docs be helpful, or a change to make cache keys unique?

I just lost several hours due to this. If there is any caching at all it should be clearly stated in the readme.