Changeset 32483 in spip-zone for _plugins_/memoization/memo/nocache.inc
- Timestamp:
- Oct 29, 2009, 9:47:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/memoization/memo/nocache.inc
r32480 r32483 12 12 */ 13 13 14 function cache_get($key) { 15 } 14 function cache_get($key) {} 16 15 17 16 function cache_set($key, $value, $ttl=null) { … … 35 34 } 36 35 37 function cache_lock($key) { 38 return false; 39 } 36 function cache_lock($key) {} 40 37 41 function cache_unlock($key) { 42 return false; 43 } 38 function cache_unlock($key) {} 44 39 45 40 ?>
Note: See TracChangeset
for help on using the changeset viewer.