From 3f79acbd12533398be3742493b153c362c1db886 Mon Sep 17 00:00:00 2001 From: Greg Kindel Date: Tue, 9 May 2017 16:55:49 -0400 Subject: [PATCH] doc update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c92278b..fbc828c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A little in-memory cache solution for nodejs. ## Features -* In memory cache storage for key-value caching. +* In memory cache storage for any JSON serializable data. * Expiration configured by number of accesses or time interval. * Limits memory usage by total usage or minimum free memory. * Supports compressed memory higher capacity