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
1 155
Yii Version: 1.1
License: BSD-2-Clause
Category: Caching
    Developed by: miles miles
    Created: May 9, 2009
    Updated: 17 years ago

    Downloads

    show all