[Home]

Summary:ASTERISK-25625: res_sorcery_memory_cache: Add full backend caching
Reporter:Joshua C. Colp (jcolp)Labels:
Date Opened:2015-12-13 07:15:40.000-0600Date Closed:2015-12-18 05:47:35.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/Sorcery
Versions:13.6.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Right now the res_sorcery_memory_cache module implements a per-object caching strategy. This is useful for some object types but not for all, such as PJSIP identify types. This issue is to implement a full backend caching strategy which will cache ALL objects in the backend and allow all retrieval operations to be done against the cache instead of the backend.
Comments: