170 Commits (1271bc419ffaa2ac0e4db7d2eabea349ac5e4ace)

Author SHA1 Message Date
Carsten Brandt a2e8083beb Created ArrayCache class 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Qiang Xue b19fa0c3db minor fixes [skip ci] 10 years ago
xjflyttp c5fbf89b44 - Enh #4520: yii\caching/MemCache.php add sasl support (xjflyttp) 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Carsten Brandt ca9d4867f4 code style 10 years ago
Qiang Xue fe2611186e Fixes #4051: Renamed `yii\caching\GroupDependency` to `TagDependency` and added support for associating multiple tags to a single cached data item 10 years ago
Qiang Xue 2e71f6e9aa Turned Cache::buildKey() into public [skip ci] 10 years ago
Alexander Makarov 32e8e004ea Fixes #4253 fixed phpdoc 10 years ago
Qiang Xue 06235cd156 Fixes #2558: Enhanced support for memcached by adding `yii\caching\MemCache::persistentId` and `yii\caching\MemCache::options` 10 years ago
Carsten Brandt 3eae6942e6 improve cache phpdoc 10 years ago
Qiang Xue 5fdc3d408b Added support for using path alias with `FileDependency::fileName` 10 years ago
Qiang Xue 5439ab7854 Changed the default value of `Cache::keyPrefix` to be null. 10 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Thiago Talma c1445871f4 Correction of many errors code inspection. 11 years ago
Qiang Xue 4674f5b74c Fixes #3052: Fixed the issue that cache dependency data is not reused when `reusable` is set true 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Carsten Brandt 67dd874e0c renamed console controller optoins param $id to $actionId 11 years ago
Qiang Xue f54dd266df reverted incorrect renaming. 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue fcf2d0a3f2 Fixes #2823. 11 years ago
Qiang Xue 8e11ad0360 refactored code to use Instance::ensure() 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 0013b608b6 Fixes #2734: `FileCache::keyPrefix` defaults to empty string now 11 years ago
AlexGx 112f67d20a fix code style `There must be one blank line after the namespace declaration` 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Qiang Xue df52510f88 fixed potential problem about using unset variables. 11 years ago
Alexander Makarov 5d23a066ca Removed unused imports 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Carsten Brandt baac7e14df moved classes from framework -> yii 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Zander Baldwin 4be9e195c2 Add Newlines 12 years ago
Qiang Xue fe98f60f2e Added ExpressionDependency::data. 12 years ago
Carsten Brandt dd9a3675a6 redis cache php doc grammar fix 12 years ago
Carsten Brandt b4925d78db better documentation for php expressions 12 years ago
Carsten Brandt 38a1938847 documentation and code style fixes 12 years ago
Carsten Brandt c486cf410f added missing init() method to Cache class 12 years ago
Carsten Brandt fad011274c added missing init() method to Cache class 12 years ago
Carsten Brandt 3d3f711d6a testing and fixing RedisCache 12 years ago
Carsten Brandt eac48ff2a8 Redis cache implementation 12 years ago
Qiang Xue 15b9f97ca4 Fixed typo in query builder and reverted changes to DbCache.php 12 years ago
Alexander Makarov c09ace8e96 added note about enabling APC cache for CLI 12 years ago
Alexander Makarov b0bf8f7406 fixed dbcache multiget 12 years ago
Alexander Makarov 9f2b44fc21 phpdoc 12 years ago
Alexander Makarov ac5b25e3f7 fixed typos 12 years ago
Qiang Xue 7599d7860c refactored getAlias and setAlias. 12 years ago
Qiang Xue 6519da3c92 reverted back the previous changes, and fixed ChainedDependency. 12 years ago
resurtm b9a835518a Fixes issue related to the cache dependencies constructor parameters. (Discussed via Skype with Qiang.) 12 years ago
resurtm 4fe13c937f ChainedDependency typo fix. 12 years ago