49 Commits

Author SHA1 Message Date
8861f7bd9d Fix #20137: Added yii\caching\CallbackDependency to allow using a callback to determine if a cache dependency is still valid 2024-04-14 01:36:29 +03:00
643d45a454 Add docs about default cache (#19861) 2023-06-09 19:34:38 +03:00
57ce3d3c94 update memcached link (#19428) 2022-06-09 08:42:32 +02:00
9bcc8c8e83 update links (en) (#19222)
Co-authored-by: Bizley <pawel@positive.codes>
2022-02-12 17:43:48 +01:00
08da35e511 (Docs) Added missing close tag for span (#19081) 2021-12-15 18:22:37 +03:00
5671a0e176 update MySQL link (#19063) 2021-12-06 08:38:52 +01:00
dcd1810d87 update PHP XCache link (#19058) 2021-12-03 09:15:48 +01:00
73bb0e2569 update APC extension link (#19051) 2021-11-29 09:19:54 +01:00
0041f034fd [doc] Update PHP doc links (#18957)
* Replace https://secure.php.net with https://www.php.net

* Replace http://www.php.net with https://www.php.net
2021-10-19 14:50:26 +02:00
1d514e2ded Revert "Fix anchors in docs (#18344)"
This reverts commit 0f4b147352f2524f2a1530d419d13a8c8acd5069.
2020-11-05 14:14:35 +03:00
0f4b147352 Fix anchors in docs (#18344) 2020-11-01 17:51:16 +03:00
bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci]
* Updated php.net link for some MemCache properties [skip ci]

* Changed protocol to https for links to php.net in comments

* Changed protocol to https for links to php.net in code

* Changed www.php.net (http) to secure.php.net (https) in comments

* Changed www.php.net (http) to secure.php.net (https) in code

* Changed protocol to https for links to php.net in UPGRADE.md

* Changed protocol to https for links to pecl.php.net in comments

* Changed us.php.net to secure.php.net (https) in comments

* Changed protocol to https for links to php.net in docs

* Changed www.php.net (http) to secure.php.net (https) in docs

* Changed protocol to https for links to pecl.php.net in docs

* Changed ru/jp.php.net to secure.php.net (https) in docs

Don't sure about russian guide: is this links meant to be for guide on russian, or not?
2019-02-28 13:09:27 +03:00
2a4d57a232 Update caching data docs (#15901) (#16555) [skip ci] 2018-07-27 23:05:57 +08:00
de9dbbbdbb Added missing ArrayCache to data caching guide [skip ci] 2018-03-27 16:42:21 +03:00
2962f1d8c1 Cache Flushing as separate section 2018-03-13 18:27:52 +03:00
10bab28423 Mentioned new data caching methods in the guide [skip ci] 2018-02-17 02:25:28 +03:00
e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1
- Deprecated `yii\base\BaseObject::className()` in favor of native PHP syntax `::class`, which does not trigger autoloading
- Deprecated XCache and Zend data cache support as caching backends
- Deprecated `yii\BaseYii::powered()` method
- Added `yii\base\InvalidArgumentException` and deprecated `yii\base\InvalidParamException`
- Added `yii\BaseYii::debug()` and deprecated `yii\BaseYii::trace()`
2018-02-11 01:48:29 +03:00
b113ad460a Docs about cache key limitation (#13341) [skip ci] 2017-01-07 17:48:00 +03:00
178d319556 Added Cache::getOrSet() 2016-12-30 23:49:18 +02:00
b5b62e7a0f Fix name variable (ttl -> defaultDuration) (#13083) [skip ci] 2016-11-27 21:07:28 +03:00
556e9cf99b Updates after PR review (related #6809) 2016-11-14 23:53:09 +01:00
8df1017f42 Default cache ttl (duration) property (fixes #6809) 2016-11-14 23:53:09 +01:00
685f16e8ef 📖 Updated guide pages - wrap true, false, null 2016-09-20 10:49:15 +03:00
6e0b603dda 📖 Add the missing hyphen [skip ci] (#12393) 2016-08-30 10:21:38 +03:00
b7f91fabb3 Fix typo [skip ci] (#12156)
Use adverb instead of adjective
2016-08-13 20:08:36 +03:00
dbab3239a1 Fix typo [skip ci] (#12136) 2016-08-11 11:49:03 +03:00
9b00e791ae Added note about not using yii\caching\Cache::exists() along with dependencies to data caching guide 2016-04-06 12:33:46 +03:00
048b0ba870 Fixed wording
close #10718
2016-02-12 17:34:22 +01:00
762307f2f5 Updated caching docs 2015-12-06 19:49:57 +03:00
79003d071e Guide (ru,en) - added cache flushing manual 2015-11-12 12:21:42 +02:00
f11bdfa2a7 Grammar fix: followings -> following 2015-04-21 15:08:16 +02:00
739cde461a added some references to the guide 2015-04-19 19:35:02 +02:00
8df025d752 Added example of caching when doing AR query. Fixes #7399 2015-02-23 20:39:36 +03:00
6023232df6 editing the guide
small punctation and syntax changes.
2015-01-26 19:00:45 +01:00
36bebbfefb use id instead of name for anchor references in the guide
fixes #7013
2015-01-25 22:13:16 +01:00
dfd68954a5 finished guide on formatting 2014-10-06 20:48:44 +02:00
161e3ab322 Fixes #5263 [skip ci] 2014-10-02 13:15:03 -04:00
27132ced7c Fixes #4384. 2014-07-21 08:20:10 -04:00
10d617a912 typo fix [skip ci] 2014-07-20 21:07:07 -04:00
a3e2b94adf Fixes #3611: Refactored query caching. 2014-07-20 20:59:38 -04:00
57a1ac67a6 Removed mentioning of DummyCache usage 2014-07-15 23:56:34 +04:00
2f90e4d9cc Fixes #4184: mentioned a safer way of using dummy cache that works in case of merging configs of advanced app 2014-07-15 22:42:36 +04:00
fe2611186e Fixes #4051: Renamed yii\caching\GroupDependency to TagDependency and added support for associating multiple tags to a single cached data item 2014-07-15 00:10:57 -04:00
4cf37cefb7 fix link 2014-06-28 10:28:56 +02:00
f11636eb40 Minor fixes 2014-06-28 01:10:30 +02:00
9b4b3b6735 typos. [skip ci] 2014-05-20 00:19:10 -04:00
972173a5bc guide WIP [skip ci] 2014-05-19 18:10:29 -04:00
5c5fcd6ee1 guide WIP [skip ci] 2014-05-19 08:48:13 -04:00
3cbf1adbae guide WIP [skip ci] 2014-05-18 19:51:44 -04:00