EFileCache implements a cache application component by storing cached data in a filesystem
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- Extract the release file under
protected/extensions
Usage ¶
The following code is the component registration in the config file:
'components'=>array(
'cache'=>array(
'class'=>'application.extensions.filecache.EFileCache',
),...
)
Change Log ¶
May 9, 2009 ¶
- Initial release.
Very good
Simple yet efficient file cache implementation.
It works like a charm so far :)
Well done!
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.