Cache: Add limitation

This commit is contained in:
Johan Wikman 2017-01-30 15:21:40 +02:00
parent b23649409f
commit 49bb63810e

View File

@ -15,6 +15,9 @@ will be changed in forthcoming releases.
* Resultsets of prepared statements are **not** cached. This will be changed
in forthcoming releases.
* Data from the cache will be used and the cache will be populated **only** if
no transaction or an explicitly _read-only_ transaction is in progress.
## Configuration
The cache is simple to add to any existing service. However, some experimentation