English Post your requirements here

File cache progess

Hi

Heres some file cache code ive been working on, its litterally a translation of the code for cache to the sql cache table into caching to file.

Its unfinished, ive not even tested it one. It is ONLY for render output. The cache size is unlimited. I need to write a function to delete expired items only (Possibly hook to a use a cron job). The setup routine is basic. Also need to implement an option to turn this caching on or use default caching.

I've written this as a seperate class, but I don't really know how it would be best to integrate into YACS, leave it as a seperate class, add additional logic/code to the existing cache class.