(dev/core#174) CRM_Utils_Cache_Interface - Add `has()` (PSR-16)
[civicrm-core.git] / CRM / Utils / Cache / Memcached.php
index 7b9bcfeaf50fe688d47b6e06e815c8812b8d977c..c1ad9cb75aaf55c114662cdd5144f9526bb4af5b 100644 (file)
@@ -33,6 +33,7 @@
 class CRM_Utils_Cache_Memcached implements CRM_Utils_Cache_Interface {
 
   use CRM_Utils_Cache_NaiveMultipleTrait; // TODO Consider native implementation.
+  use CRM_Utils_Cache_NaiveHasTrait; // TODO Native implementation
 
   const DEFAULT_HOST = 'localhost';
   const DEFAULT_PORT = 11211;