No mention of cache
buckle2000 opened this issue · 2 comments
buckle2000 commented
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.
jdedwards3 commented
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?
SystemParadox commented
I just lost several hours due to this. If there is any caching at all it should be clearly stated in the readme.