Dev/omar/design/serverCache
From Omar Wiki
Contents |
[edit]
Server Side Cache Feature
[edit]
Motivation and Use Cases
- Enable caching and fast lookup of commonly used objects and queries.
[edit]
Feature Design
[edit]
Interface ServerCache
- TBD
[edit]
Design Issues
- Should only pre-configured queries be cached or should it cache any queries that are being executed (write-tyhru cache)?
