goburrow / cache

Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).
BSD 3-Clause "New" or "Revised" License
580 stars 48 forks source link

Add GetAllKeys(), GetAllValues(), GetAll(), Size() function #33

Open pt-nguyen opened 2 years ago

pt-nguyen commented 2 years ago

This PR adds a few missing functions to make it useful as an in-memory cache.