Data Cache
"Data Cache" feature of Caph Framework is to handle resource data of a Web App and caching it for later use. It’s to reduce loading time (response time) of a Web application.
- "Data Cache" is a part of DAL. DAL means Data Acceleration Library.
- So, all classes in "Data Cache" feature use the "caph.dal" namespace.caph.dal.BaseCache
This document is to explain caph.dal.BaseCache.
caph.dal.LocalStorageCache
This document is to explain caph.dal.LocalStorageCache.