Changeset 15590 for trunk/wp-includes/cache.php
- Timestamp:
- 09/07/2010 11:21:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/cache.php
r15148 r15590 111 111 * @see WP_Object_Cache::replace() 112 112 * 113 * @param int|string $ idWhat to call the contents in the cache113 * @param int|string $key What to call the contents in the cache 114 114 * @param mixed $data The contents to store in the cache 115 115 * @param string $flag Where to group the cache contents … … 130 130 * @see WP_Object_Cache::set() 131 131 * 132 * @param int|string $ idWhat to call the contents in the cache132 * @param int|string $key What to call the contents in the cache 133 133 * @param mixed $data The contents to store in the cache 134 134 * @param string $flag Where to group the cache contents
Note: See TracChangeset
for help on using the changeset viewer.