index
:
wordpress
1.5
2.0
2.1
2.2
2.3
2.5
2.6
2.7
2.8
2.9
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3.7
3.8
3.9
4.0
4.1
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
5.1
5.2
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.3
6.4
6.5
6.6
6.7
6.8
master
trunk
WordPress
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
wp-includes
/
cache.php
Commit message (
Expand
)
Author
Age
*
Customize: Add additional filters to Customizer to prevent JSON corruption.
Jake Spurlock
2020-04-29
*
Docs: Fix multiple trivial typos throughout a variety of core files.
Drew Jaynes
2016-10-31
*
Multisite: use `get_current_blog_id()` where applicable, in lieu of plucking ...
Scott Taylor
2016-08-31
*
Cache: in `WP_Object_Cache`, `$cache_misses` is public, but `$cache_hits` is ...
Scott Taylor
2016-08-23
*
Docs: Use 3-digit, x.x.x-style semantic versioning for `_doing_it_wrong()`, `...
Sergey Biryukov
2016-07-06
*
Docs: Fix an incorrect Codex link in the file header for wp-includes/cache.php.
Drew Jaynes
2016-05-18
*
Docs: Standardize on 'backward compatibility/compatible' nomenclature in core...
Drew Jaynes
2016-05-13
*
Docs: Fix typo in `wp_cache_switch_to_blog()` and `WP_Object_Cache::switch_to...
Sergey Biryukov
2016-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.
ericlewis
2016-01-28
*
Docs: Miscellaneous docblock corrections.
John Blackbourn
2015-12-23
*
Filesystem: Following the introduction of the `KB|MB|GB|TB_IN_BYTES` constant...
Drew Jaynes
2015-10-21
*
Docs: Improve documentation for the `WP_Object_Cache` class.
Drew Jaynes
2015-09-16
*
Docs: Remove an errant change made to a `_deprecated_function()` call in `wp_...
Drew Jaynes
2015-09-16
*
Docs: Add more complete documentation for top-level object cache functionality.
Drew Jaynes
2015-09-16
*
Clarify `wp-includes/cache.php` docs with some more precise language.
Scott Taylor
2015-09-10
*
Fix copy pasta in `wp_cache_decr()` doc block.
Scott Taylor
2015-08-30
*
Docs: Standardize `@deprecated` tag formatting in the DocBlock for `WP_Object...
Drew Jaynes
2015-08-20
*
Add/standardize missing doc blocks for `cache.php`.
Scott Taylor
2015-05-22
*
In `cache.php`, clarify some `return` docs. Some `WP_Object_Cache` methods re...
Scott Taylor
2015-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 Taylor
2015-03-09
*
Empty `return` statements are unnecessary at the end of functions.
Scott Taylor
2015-03-08
*
Adding a `@return` annotation to constructors is generally not recommended as...
Scott Taylor
2015-01-10
*
Improve various `@param` docs for `src/wp-includes/*`.
Scott Taylor
2014-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 Taylor
2014-05-19
*
Some classes with `__get()` method also need `__set()`.
Scott Taylor
2014-05-19
*
Fix fatal error in unit test.
Scott Taylor
2014-05-19
*
Add access modifiers to methods/members in `WP_Object_Cache`. Add a magic `__...
Scott Taylor
2014-05-19
*
Rather than removing the 3rd argument in `WP_Object_Cache::delete()`, mark it...
Scott Taylor
2014-02-11
*
Remove `$force` argument from `WP_Object_Cache::delete()`. From @nacin: "This...
Scott Taylor
2014-02-01
*
First there were two, and now there are three -- in the @since versions that ...
Drew Jaynes
2013-12-24
*
Always pass integer expirations to cache backends.
Andrew Nacin
2013-09-16
*
New develop.svn.wordpress.org repository based on the old core.svn repository.
Andrew Nacin
2013-08-07