(dev/core#174) CRM_Utils_Cache_Interface - Add `has()` (PSR-16)
[civicrm-core.git] / CRM / Utils / Cache / ArrayCache.php
index 47ad9a082d0a27864a1663fb1aeee13464a62501..c74e1900f1bcd0ad5291c327b9801953d43de2cd 100644 (file)
@@ -37,6 +37,7 @@
 class CRM_Utils_Cache_Arraycache implements CRM_Utils_Cache_Interface {
 
   use CRM_Utils_Cache_NaiveMultipleTrait;
+  use CRM_Utils_Cache_NaiveHasTrait; // TODO Native implementation
 
   /**
    * The cache storage container, an in memory array by default