summaryrefslogtreecommitdiffstats
path: root/lib/private/memcache/apc.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/memcache/apc.php')
-rw-r--r--lib/private/memcache/apc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/memcache/apc.php b/lib/private/memcache/apc.php
index 50b942e7297..f768cdc1c6e 100644
--- a/lib/private/memcache/apc.php
+++ b/lib/private/memcache/apc.php
@@ -31,6 +31,8 @@ class APC extends Cache implements IMemcache {
cas as casEmulated;
}
+ use CADTrait;
+
public function get($key) {
$result = apc_fetch($this->getPrefix() . $key, $success);
if (!$success) {