Changeset 383808
- Timestamp:
- 05/11/2011 08:15:11 PM (15 years ago)
- Location:
- wincache-object-cache-backend
- Files:
-
- 1 added
- 2 edited
- 2 copied
-
tags/1.1 (added)
-
tags/1.1/object-cache.php (copied) (copied from wincache-object-cache-backend/trunk/object-cache.php) (1 diff)
-
tags/1.1/readme.txt (copied) (copied from wincache-object-cache-backend/trunk/readme.txt) (2 diffs)
-
trunk/object-cache.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wincache-object-cache-backend/tags/1.1/object-cache.php
r382614 r383808 165 165 166 166 function flush() { 167 return wincache_ucache_c ache( 'user');167 return wincache_ucache_clear(); 168 168 } 169 169 -
wincache-object-cache-backend/tags/1.1/readme.txt
r382614 r383808 5 5 Requires at least: 2.9.2 6 6 Tested up to: 3.1.2 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 9 9 WinCache Object Cache provides a persistent memory-based backend for the WordPress object cache. WinCache must be available on your PHP install. … … 42 42 == Changelog == 43 43 44 = 1.1 = 45 * Fixed a typo bug when calling Flush() function 46 44 47 = 1.0 = 45 48 * First version in SVN based on markjaquith's APC Object Cache plugin. -
wincache-object-cache-backend/trunk/object-cache.php
r382614 r383808 165 165 166 166 function flush() { 167 return wincache_ucache_c ache( 'user');167 return wincache_ucache_clear(); 168 168 } 169 169 -
wincache-object-cache-backend/trunk/readme.txt
r382614 r383808 5 5 Requires at least: 2.9.2 6 6 Tested up to: 3.1.2 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 9 9 WinCache Object Cache provides a persistent memory-based backend for the WordPress object cache. WinCache must be available on your PHP install. … … 42 42 == Changelog == 43 43 44 = 1.1 = 45 * Fixed a typo bug when calling Flush() function 46 44 47 = 1.0 = 45 48 * First version in SVN based on markjaquith's APC Object Cache plugin.
Note: See TracChangeset
for help on using the changeset viewer.