hotelde/node-cache-manager-fs

when caching a Buffer, the cache returns json

amit777 opened this issue · 1 comments

I noticed that when I cache an image contained in a buffer, when I hit the cache, I'm returned a json that looks like:

{type: "Buffer", data: .... }

Should this return the image buffer?

pull request merged, issue closed