function memcache_storage_update_7013 in Memcache Storage 7
Force Drupal to flush cache. Uninstall unused variable.
File
- ./
memcache_storage.install, line 163 - Provides requirements check for integration with memcache.
Code
function memcache_storage_update_7013() {
variable_del('memcache_storage_wildcards');
}