61 Commits (3.0)

Author SHA1 Message Date
Alexander Makarov c184ef864e
Adjusted versioning 6 years ago
Klimov Paul d1ff652b2f class DI definitions changed to '__class' keyword 7 years ago
Paul Klimov 4d9204d9f3 Fixes #879: Caching implementation refactored according to PSR-16 'Simple Cache' specification 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
SilverFire - Dmitry Naumenko cb53b2feec
Fixes #14081: Added `yii\caching\CacheInterface` to make custom cache extensions adoption easier 7 years ago
SilverFire - Dmitry Naumenko b0b55472da
`yii\caching\Cache::getOrSet()` now supports both `Closure` and `callable` 8 years ago
Dmitry Naumenko 8f88780104 Fixed typo in warning message in Cache::getOrSet() 8 years ago
SilverFire - Dmitry Naumenko 178d319556
Added Cache::getOrSet() 8 years ago
Dmitry Naumenko 75b98c6b7e Updated PHPDocs for Cache 8 years ago
Carsten Brandt 059a80b47f renamed Cache::$ttl to Cache::$defaultDuration 8 years ago
Serge Postrash aca6ea9290 Fix incorrect return type in phpdocs [skip ci] 8 years ago
SDKiller 9a1c168939 Updates after more PR reviews (related #6809) 8 years ago
SDKiller 556e9cf99b Updates after PR review (related #6809) 8 years ago
SDKiller 8df1017f42 Default cache ttl (duration) property (fixes #6809) 8 years ago
Boudewijn Vahrmeijer b641c1f41b Enh Dependency getHasChanged (#12928) 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
Evgeniy Tkachenko 3ce36573b6 Fix 12188 (#12202) 8 years ago
Evgeniy Tkachenko a9eee3f243 Update Cache.php 8 years ago
Alexander Makarov b05e01b2d4 Remove deprecated methods and constants 9 years ago
Carsten Brandt e8d309dddb documentation fixes for 2.0.7 9 years ago
Daniel Gomez Pan ab5baa6c41 Add @since [skip ci] 9 years ago
githubjeka 12c738c058 Cosmetic 9 years ago
githubjeka 5a47692e64 Create multiSet, multiGet, multiAdd methods, and mark mset, mget and madd as deprecated 9 years ago
Carsten Brandt f68e970de2 link to PHP classes just as we do with normal classes 9 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Qiang Xue 2e71f6e9aa Turned Cache::buildKey() into public [skip ci] 10 years ago
Carsten Brandt 3eae6942e6 improve cache phpdoc 10 years ago
Qiang Xue 5439ab7854 Changed the default value of `Cache::keyPrefix` to be null. 10 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue fcf2d0a3f2 Fixes #2823. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 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 fc6b63717c removed hard restriction of cache keyPrefix to alnum 11 years ago
Alexander Makarov 26767735dc Renamed byte methods, moved path methods back to StringHelper 11 years ago
Alexander Makarov 5f2a612c78 Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods 11 years ago
Carsten Brandt 3cb366020a added redis Session 11 years ago
Alexander Makarov 1a7a15a3ef Implemented mset, madd for cache. Added tests. 11 years ago
Panagiotis Moustafellos 63d391b309 typo fix 11 years ago
Panagiotis Moustafellos 8f8adb2a48 added phpdoc block for mset() 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Carsten Brandt bdb77f33ba updated @property annotations of many classes 11 years ago
Carsten Brandt 0e2ac86566 added Cache::exists() to check key existance in cache 11 years ago
Qiang Xue b06d7a8675 refactored cache dependency methods. 11 years ago
Qiang Xue f5d0bcbcfc Refactored cache key generation. 11 years ago