kwhitley / apicache

Simple API-caching middleware for Express/Node.
MIT License
1.24k stars 193 forks source link

feat: added limit key counts for memory cache #222

Open 0Ams opened 4 years ago

0Ams commented 4 years ago

When using local memory, it is necessary to limit the max memory of nodejs. We want to limit the number of keys that can be cached for this.

please, check this contents.

thanks :)

kwhitley commented 3 years ago

Happy to merge this, but would love it if you added the feature to the README where appropriate :)

0Ams commented 2 years ago

@kwhitley I added additional information to README. Let me know if there's anything else I need to work on. tx :)

0Ams commented 1 year ago

@kwhitley please give me feedback :)