Skip to content
#

ttl-cache

Here are 63 public repositories matching this topic...

Create an API with the following endpoints to create a key-value store. The purpose of the API is to store any arbitrary length value in a persistent store with respect to a key and later fetch these values by keys. These values will have a TTL (for example 5 minutes) and after the TTL is over, the values will be removed from the store.

  • Updated Jan 5, 2023
  • PHP

Improve this page

Add a description, image, and links to the ttl-cache topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ttl-cache topic, visit your repo's landing page and select "manage topics."

Learn more