summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2015-12-05 12:01:55 -0400
committerJoshua Colp <jcolp@digium.com>2015-12-17 14:59:12 -0400
commit59d5bb0613810418f2a618b9a6dee5bcfd45767e (patch)
treeb82020dd2aef7bed6fb44ad4626eb7f2002870c5 /CHANGES
parent14b41115e363766633aec67f67e9764521b74f5c (diff)
res_sorcery_memory_cache: Add support for a full backend cache.
This change introduces the configuration option 'full_backend_cache' which changes the cache to be a full mirror of the backend instead of a per-object cache. This allows all sorcery retrieval operations to be carried out against it and is useful for object types which are used in a "retrieve all" or "retrieve some" pattern. ASTERISK-25625 #close Change-Id: Ie2993487e9c19de563413ad5561c7403b48caab5
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d8071494d..40dbfab7b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -68,6 +68,14 @@ res_pjsip
- A TIMER statistic for the RTT time for each qualified contact, e.g.:
PJSIP.contacts.alice@@127.0.0.1:5061.rtt
+res_sorcery_memory_cache
+------------------------
+ * A new caching strategy, full_backend_cache, has been added which caches
+ all stored objects in the backend. When enabled all objects will be
+ expired or go stale according to the configuration. As well when enabled
+ all retrieval operations will be performed against the cache instead of
+ the backend.
+
func_callerid
-------------------
* CALLERID(pres) is now documented as a valid alternative to setting both