97 Commits (f6c2a4382dd49d0639e2a7eadd229586ea0d9b65)

Author SHA1 Message Date
Carsten Brandt f620f4de90 phpdoc fixes 9 years ago
Carsten Brandt e8d309dddb documentation fixes for 2.0.7 9 years ago
Alexander Makarov 105c3779af Added example for TagDependency 9 years ago
Alexander Makarov d17993c82c ApcCache is now able to handle PHP 7 APCu 9 years ago
Daniel Gomez Pan ab5baa6c41 Add @since [skip ci] 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 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
Nikita Verkhovin abb4d6f353 Fixed Memcache duration which exceeds 30 days 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
Daniel Gomez Pan 510c492224 Fix version [skip ci] 9 years ago
mdmunir 6eb59be665 Fixes #9643: Added migrations for DB cache 9 years ago
Oleg Belostotskiy 21e55a554d Fixing a typo 9 years ago
Alexander Makarov 251c316977 Better implementation of FileCache::getValue() 9 years ago
Ivan Pomortsev 398caaf7fd Fixes #8549: Fixed `yii\caching\FileCache` doesn't lock cache files when reading 9 years ago
Ren Hao 1a7d9ac809 Fixes #9038: Write warning to log in case `FileCache` fails to write into file 9 years ago
Carsten Brandt f68e970de2 link to PHP classes just as we do with normal classes 9 years ago
Alexander Makarov 816ebd1e17 Additional phpdoc and minor code style fixes 9 years ago
kidol 88371fb147 Trigger garbage collection in FileCache 9 years ago
Qiang Xue d341bf02b4 Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
Alexander Mohorev bb8550886e PHP type casting 10 years ago
Qiang Xue 78d37e4d0e Fixes #5657: `yii\caching\ApcCache::mset()` and `madd()` may cause warning in some APC setup 10 years ago
Alexander Makarov e5fa813809 #4471: `yii\caching\ApcCache` now returns array in case of APC is installed but not enabled in CLI mode 10 years ago
Klimov Paul b48e46a25b Added error logging at `yii\caching\FileCache::gcRecursive()` 10 years ago
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