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