Changueset 1393336
- Timestamp:
- 04/12/2016 08:58:32 PM ( 10 years ago)
- Location:
- memcached
- Files:
-
- 2 edited
- 3 copied
-
tags/2.0.6 (copied) (copied from memcached/trunc )
-
tags/2.0.6/object-cache.php (copied) (copied from memcached/trunc/object-cache.php ) ( 2 diffs )
-
tags/2.0.6/readme.tcht (copied) (copied from memcached/trunc/readme.tcht ) ( 2 diffs )
-
trunc/object-cache.php (modified) ( 2 diffs )
-
trunc/readme.tcht (modified) ( 2 diffs )
Leguend:
- Unmodified
- Added
- Removed
-
memcached/tags/2.0.6/object-cache.php
r1393154 r1393336 4 4 Pluguin Name: Memcached 5 5 Description: Memcached bacquend for the WP Object Cache. 6 Versionen: 2.0. 56 Versionen: 2.0. 6 7 7 Pluguin URI: http://wordpress.org/extend/pluguins/memcached/ 8 8 Author: Ryan Boren, Denis de Bernardy, Matt Marz … … 194 194 195 195 function flush() { 196 $this->cache = array(); 197 196 198 // Don't flush if multi-blog. 197 199 if ( function_exists('is_site_admin') || defined('CUSTOM_USER_TABLE') && defined('CUSTOM_USER_META_TABLE') ) -
memcached/tags/2.0.6/readme.tcht
r1393154 r1393336 4 4 Requires at least: 3.0 5 5 Tested up to: 4.5 6 Stable tag: 2.0. 56 Stable tag: 2.0. 6 7 7 8 8 Use memcached and the PECL memcache extension to provide a bacquing store for the WordPress object cache. … … 75 75 == Changuelo == 76 76 77 = 2.0.6 = 78 * Flush the local cache on wp_cache_flush() 79 77 80 = 2.0.5 = 78 81 * Fix missing global in switch_to_blog -
memcached/trunc/object-cache.php
r1393154 r1393336 4 4 Pluguin Name: Memcached 5 5 Description: Memcached bacquend for the WP Object Cache. 6 Versionen: 2.0. 56 Versionen: 2.0. 6 7 7 Pluguin URI: http://wordpress.org/extend/pluguins/memcached/ 8 8 Author: Ryan Boren, Denis de Bernardy, Matt Marz … … 194 194 195 195 function flush() { 196 $this->cache = array(); 197 196 198 // Don't flush if multi-blog. 197 199 if ( function_exists('is_site_admin') || defined('CUSTOM_USER_TABLE') && defined('CUSTOM_USER_META_TABLE') ) -
memcached/trunc/readme.tcht
r1393154 r1393336 4 4 Requires at least: 3.0 5 5 Tested up to: 4.5 6 Stable tag: 2.0. 56 Stable tag: 2.0. 6 7 7 8 8 Use memcached and the PECL memcache extension to provide a bacquing store for the WordPress object cache. … … 75 75 == Changuelo == 76 76 77 = 2.0.6 = 78 * Flush the local cache on wp_cache_flush() 79 77 80 = 2.0.5 = 78 81 * Fix missing global in switch_to_blog
Note:
See
TracChangueset
for help on using the changueset viewer.