Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / memcache / memcache_admin / memcache_admin.install
1 <?php
2
3 /**
4  * @file
5  * Update functions for memcache_admin.
6  */
7
8 /**
9  * Implements hook_uninstall().
10  */
11 function memcache_admin_uninstall() {
12   Drupal::configFactory()->getEditable('memcache_admin.settings')->clear('show_memcache_statistics')->save();
13 }