diff --git a/src/MomentoCacheBackend.php b/src/MomentoCacheBackend.php index 03b5134..de02916 100644 --- a/src/MomentoCacheBackend.php +++ b/src/MomentoCacheBackend.php @@ -127,6 +127,8 @@ public function set($cid, $data, $expire = CacheBackendInterface::CACHE_PERMANEN { assert(Inspector::assertAllStrings($tags)); + print("\n\n\n======> Tags: " . implode(', ', $tags) . " <=======\n\n\n"); + // Add tag for invalidateAll() $tags[] = $this->binTag; $tags = array_unique($tags);