Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / memcache / src / MemcacheSettings.php
similarity index 89%
rename from web/modules/contrib/memcache/src/DrupalMemcacheConfig.php
rename to web/modules/contrib/memcache/src/MemcacheSettings.php
index c9d9fc0a3c9df5e196d2115db6c90f51b7578b3b..7f26aa465d735b470be332587257b8192dc593e2 100644 (file)
@@ -1,18 +1,13 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\memcache\DrupalMemcacheConfig.
- */
-
 namespace Drupal\memcache;
 
 use Drupal\Core\Site\Settings;
 
 /**
- * Class for holding Memcache related config
+ * Class for holding Memcache related config.
  */
-class DrupalMemcacheConfig {
+class MemcacheSettings {
 
   /**
    * Array with the settings.
@@ -60,4 +55,5 @@ class DrupalMemcacheConfig {
   public function getAll() {
     return $this->settings;
   }
+
 }