summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-includes/cache.php
Commit message (Expand)AuthorAge
* Customize: Add additional filters to Customizer to prevent JSON corruption.Jake Spurlock2020-04-29
* Docs: Fix multiple trivial typos throughout a variety of core files.Drew Jaynes2016-10-31
* Multisite: use `get_current_blog_id()` where applicable, in lieu of plucking ...Scott Taylor2016-08-31
* Cache: in `WP_Object_Cache`, `$cache_misses` is public, but `$cache_hits` is ...Scott Taylor2016-08-23
* Docs: Use 3-digit, x.x.x-style semantic versioning for `_doing_it_wrong()`, `...Sergey Biryukov2016-07-06
* Docs: Fix an incorrect Codex link in the file header for wp-includes/cache.php.Drew Jaynes2016-05-18
* Docs: Standardize on 'backward compatibility/compatible' nomenclature in core...Drew Jaynes2016-05-13
* Docs: Fix typo in `wp_cache_switch_to_blog()` and `WP_Object_Cache::switch_to...Sergey Biryukov2016-04-16
* Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-...Dominik Schilling (ocean90)2016-02-25
* Networks and sites: Replace "blog" usage with "site" in docs.ericlewis2016-01-28
* Docs: Miscellaneous docblock corrections.John Blackbourn2015-12-23
* Filesystem: Following the introduction of the `KB|MB|GB|TB_IN_BYTES` constant...Drew Jaynes2015-10-21
* Docs: Improve documentation for the `WP_Object_Cache` class.Drew Jaynes2015-09-16
* Docs: Remove an errant change made to a `_deprecated_function()` call in `wp_...Drew Jaynes2015-09-16
* Docs: Add more complete documentation for top-level object cache functionality.Drew Jaynes2015-09-16
* Clarify `wp-includes/cache.php` docs with some more precise language.Scott Taylor2015-09-10
* Fix copy pasta in `wp_cache_decr()` doc block.Scott Taylor2015-08-30
* Docs: Standardize `@deprecated` tag formatting in the DocBlock for `WP_Object...Drew Jaynes2015-08-20
* Add/standardize missing doc blocks for `cache.php`.Scott Taylor2015-05-22
* In `cache.php`, clarify some `return` docs. Some `WP_Object_Cache` methods re...Scott Taylor2015-05-21
* Use HTTPS URLs for codex.wordpress.org.Dominik Schilling (ocean90)2015-04-12
* Declare `multisite` as a field for `WP_Object_Cache`.Scott Taylor2015-03-09
* Empty `return` statements are unnecessary at the end of functions.Scott Taylor2015-03-08
* Adding a `@return` annotation to constructors is generally not recommended as...Scott Taylor2015-01-10
* Improve various `@param` docs for `src/wp-includes/*`.Scott Taylor2014-12-01
* Fix some words that aren't words.Drew Jaynes (DrewAPicture)2014-08-09
* Add periods to short descriptions for magic methods added in [28501], [28521]...Drew Jaynes (DrewAPicture)2014-07-14
* Fill out inline documentation for magic methods added to the `WP_Object_Cache...Drew Jaynes (DrewAPicture)2014-07-13
* Classes that have `__set()` also need `__isset()` and `__unset()`.Scott Taylor2014-05-19
* Some classes with `__get()` method also need `__set()`.Scott Taylor2014-05-19
* Fix fatal error in unit test.Scott Taylor2014-05-19
* Add access modifiers to methods/members in `WP_Object_Cache`. Add a magic `__...Scott Taylor2014-05-19
* Rather than removing the 3rd argument in `WP_Object_Cache::delete()`, mark it...Scott Taylor2014-02-11
* Remove `$force` argument from `WP_Object_Cache::delete()`. From @nacin: "This...Scott Taylor2014-02-01
* First there were two, and now there are three -- in the @since versions that ...Drew Jaynes2013-12-24
* Always pass integer expirations to cache backends.Andrew Nacin2013-09-16
* New develop.svn.wordpress.org repository based on the old core.svn repository.Andrew Nacin2013-08-07