filecache File Cache

  1. Documentation
  2. Change Log

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.
2 0
2 followers
1 155 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Caching
Tags:
Developed by: miles miles
Created on: May 9, 2009
Last updated: 16 years ago

Downloads

show all