An open API service indexing awesome lists of open source software.

https://github.com/radovskyb/self-clearing-in-memory-cache

A simple self clearing in-memory cache.
https://github.com/radovskyb/self-clearing-in-memory-cache

Last synced: about 1 month ago
JSON representation

A simple self clearing in-memory cache.

Awesome Lists containing this project

README

          

# self-clearing-in-memory-cache

Pretty simple self clearing cache implementation.

Created for prototyping small API's where estimated user usage is small, and where using a proper or paid caching service isn't necessary,
but wanting to prevent any memory issues if there's a sudden influx of user input.