EFileCache implements a cache application component by storing cached data in a filesystem
protected/extensionsThe following code is the component registration in the config file:
'components'=>array( 'cache'=>array( 'class'=>'application.extensions.filecache.EFileCache', ),... )
Total 1 comment
Simple yet efficient file cache implementation.
It works like a charm so far :)
Well done!
Leave a comment
Please login to leave your comment.