Nette\Caching\Cache & namespace test

Writing cache...
Is cached #1?
bool(TRUE)

Is cached #2?
bool(TRUE)

Is cache ok #1?
bool(TRUE)

Is cache ok #2?
bool(TRUE)

Removing from cache #2 using unset()...
Is cached #1?
bool(TRUE)

Is cached #2?
bool(FALSE)