ecacheddbauthmanager Caching brought to CDbAuthManager

  1. Versions
  2. 0.2
  3. Requirements
  4. Usage

A cached version of CDbAuthManager.
Removes cache automatically on revoke and assign to avoid old rules governing Auth requests.

Versions

0.2

  • Now working as intended.
  • All users of 0.1 should upgrade to this version.
  • Fixed bug where cache wasn't deleted on assign/revoke
  • Fixed bug where cache always set to to true regardless of Auth result.

Requirements

Yii 1.1
Use of CCache for caching

Usage

config.php ~~~ import=>array( 'ext.ECachedDbAuthManager', ), ...
'authManager'=>array( 'class'=>'ext.ECachedDbAuthManager', 'cacheID'=>'authCache', ), ~~~

Params ~~~ $cacheId
$cachingDuration ~~~

4 0
10 followers
490 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Auth
Developed by: skeden
Created on: Apr 10, 2012
Last updated: 12 years ago

Downloads

show all

Related Extensions