The cache system is a simple creation, currently lasts 24hours, API should be expanded for Modules and Hooks to force the update of Caches for users. Later look into actual cache alternatives like memcache or APC. Right now using simple file_put_contents and serialize functions.
The cache system is a simple creation, currently lasts 24hours, API should be expanded for Modules and Hooks to force the update of Caches for users. Later look into actual cache alternatives like memcache or APC. Right now using simple file_put_contents and serialize functions.