Changeset 41162 for trunk/src/wp-includes/cache.php
- Timestamp:
- 07/27/2017 12:40:27 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/cache.php (modified) (23 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cache.php
r40989 r41162 292 292 * 293 293 * @since 2.0.0 294 * @access private295 294 * @var array 296 295 */ … … 301 300 * 302 301 * @since 2.5.0 303 * @access public304 302 * @var int 305 303 */ … … 310 308 * 311 309 * @since 2.0.0 312 * @access public313 310 * @var int 314 311 */ … … 319 316 * 320 317 * @since 3.0.0 321 * @access protected322 318 * @var array 323 319 */ … … 328 324 * 329 325 * @since 3.5.0 330 * @access private331 326 * @var int 332 327 */ … … 337 332 * 338 333 * @since 3.5.0 339 * @access private340 334 * @var bool 341 335 */ … … 346 340 * 347 341 * @since 4.0.0 348 * @access public349 342 * 350 343 * @param string $name Property to get. … … 359 352 * 360 353 * @since 4.0.0 361 * @access public362 354 * 363 355 * @param string $name Property to set. … … 373 365 * 374 366 * @since 4.0.0 375 * @access public376 367 * 377 368 * @param string $name Property to check if set. … … 386 377 * 387 378 * @since 4.0.0 388 * @access public389 379 * 390 380 * @param string $name Property to unset. … … 398 388 * 399 389 * @since 2.0.0 400 * @access public401 390 * 402 391 * @uses WP_Object_Cache::_exists() Checks to see if the cache already has data. … … 431 420 * 432 421 * @since 3.0.0 433 * @access public434 422 * 435 423 * @param array $groups List of groups that are global. … … 446 434 * 447 435 * @since 3.3.0 448 * @access public449 436 * 450 437 * @param int|string $key The cache key to decrement. … … 482 469 * 483 470 * @since 2.0.0 484 * @access public485 471 * 486 472 * @param int|string $key What the contents in the cache are called. … … 507 493 * 508 494 * @since 2.0.0 509 * @access public510 495 * 511 496 * @return true Always returns true. … … 527 512 * 528 513 * @since 2.0.0 529 * @access public530 514 * 531 515 * @param int|string $key What the contents in the cache are called. … … 562 546 * 563 547 * @since 3.3.0 564 * @access public565 548 * 566 549 * @param int|string $key The cache key to increment … … 596 579 * 597 580 * @since 2.0.0 598 * @access public599 581 * 600 582 * @see WP_Object_Cache::set() … … 624 606 * 625 607 * @since 3.0.0 626 * @access public627 608 * 628 609 * @deprecated 3.5.0 Use switch_to_blog() … … 652 633 * 653 634 * @since 2.0.0 654 * @access public655 635 * 656 636 * @param int|string $key What to call the contents in the cache. … … 681 661 * 682 662 * @since 2.0.0 683 * @access public684 663 */ 685 664 public function stats() { … … 701 680 * 702 681 * @since 3.5.0 703 * @access public704 682 * 705 683 * @param int $blog_id Blog ID. … … 714 692 * 715 693 * @since 3.4.0 716 * @access protected717 694 * 718 695 * @param int|string $key Cache key to check for existence.
Note: See TracChangeset
for help on using the changeset viewer.