How to use the Elxis file cache library on your own projects and for custom purposes.
Elxis handles automatically file cache on modules where the cache parameter has been set to 1 (enabled). Module caching leads to saving the HTML output of the module into the repository/cache/ folder for later usage. But what about other type of extensions or custom actions inside a module or a plugin? With the elxisCache library you can save into cache and retrieve from it easily any data block your application may need. In this article we will show you how to work with the elxisCache library.
Elxis handles automatically file cache on modules where the cache parameter has been set to 1 (enabled). Module caching leads to saving the HTML output of the module into the repository/cache/ folder for later usage. But what about other type of extensions or custom actions inside a module or a plugin? With the elxisCache library you can save into cache and retrieve from it easily any data block your application may need. In this article we will show you how to work with the elxisCache library.