ptarjan / node-cache

A simple in-memory cache for nodejs
BSD 2-Clause "Simplified" License
1.59k stars 214 forks source link

Added new 'keys' function which returns all the keys in the cache. #23

Closed dberesford closed 10 years ago

dberesford commented 10 years ago

Just adds a new 'keys' function which returns all the keys in a cache.