X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FCache%2FMemcached.php;h=c1ad9cb75aaf55c114662cdd5144f9526bb4af5b;hb=9f70b0e4bc774d25e5bcff3de677e35d2808b646;hp=7b9bcfeaf50fe688d47b6e06e815c8812b8d977c;hpb=c31de8791dff36708375550ccc0f6ebf211e5fdd;p=civicrm-core.git diff --git a/CRM/Utils/Cache/Memcached.php b/CRM/Utils/Cache/Memcached.php index 7b9bcfeaf5..c1ad9cb75a 100644 --- a/CRM/Utils/Cache/Memcached.php +++ b/CRM/Utils/Cache/Memcached.php @@ -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;