A cached version of CDbAuthManager.
Removes cache automatically on revoke and assign to avoid old rules governing Auth requests.
Yii 1.1
Use of CCache for caching
config.php
import=>array( 'ext.ECachedDbAuthManager', ), ... 'authManager'=>array( 'class'=>'ext.ECachedDbAuthManager', 'cacheID'=>'authCache', ),
Params
$cacheId $cachingDuration
Be the first person to leave a comment
Please login to leave your comment.