diff --git a/rbcs-server-memcache/README.md b/rbcs-server-memcache/README.md index a5c3c0e..c25cec7 100644 --- a/rbcs-server-memcache/README.md +++ b/rbcs-server-memcache/README.md @@ -19,6 +19,8 @@ to `memcacheCacheType`. The plugins currently supports the following configuration attributes: - `max-age`: the amount of time cache entries will be retained on memcache +- `key-prefix`: a string that will be prepended to all the keys inserted in memcache, + useful in case the caching backend is shared with other applications - `digest`: digest algorithm to use on the key before submission to memcache (optional, no digest is applied if omitted) - `compression`: compression algorithm to apply to cache values before, @@ -35,6 +37,7 @@ The plugins currently supports the following configuration attributes: ...