added documentation
This commit is contained in:
@@ -19,6 +19,8 @@ to `memcacheCacheType`.
|
|||||||
|
|
||||||
The plugins currently supports the following configuration attributes:
|
The plugins currently supports the following configuration attributes:
|
||||||
- `max-age`: the amount of time cache entries will be retained on memcache
|
- `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
|
- `digest`: digest algorithm to use on the key before submission
|
||||||
to memcache (optional, no digest is applied if omitted)
|
to memcache (optional, no digest is applied if omitted)
|
||||||
- `compression`: compression algorithm to apply to cache values before,
|
- `compression`: compression algorithm to apply to cache values before,
|
||||||
@@ -35,6 +37,7 @@ The plugins currently supports the following configuration attributes:
|
|||||||
...
|
...
|
||||||
<cache xs:type="rbcs-memcache:memcacheCacheType"
|
<cache xs:type="rbcs-memcache:memcacheCacheType"
|
||||||
max-age="P7D"
|
max-age="P7D"
|
||||||
|
key-prefix="rbcs-"
|
||||||
digest="SHA-256"
|
digest="SHA-256"
|
||||||
compression-mode="deflate"
|
compression-mode="deflate"
|
||||||
compression-level="6">
|
compression-level="6">
|
||||||
|
Reference in New Issue
Block a user