<?xml version="1.0" encoding="UTF-8" ?>
<testsuites disabled="0" errors="0" failures="0" tests="6" time="0.316">
 <testsuite name="InMemoryCache" timestamp="2022-11-15T21:44:21" hostname="localhost" time="0.316" errors="0" tests="6" skipped="0" disabled="0" failures="0">
  <testcase classname="InMemoryCache" name="It can store element without expiration" time="0.053" />
  <testcase classname="InMemoryCache" name="I evicts value on expiration time" time="0.052" />
  <testcase classname="InMemoryCache" name="It calls callback on value eviction" time="0.005" />
  <testcase classname="InMemoryCache" name="It can check whether value exist or not" time="0" />
  <testcase classname="InMemoryCache" name="It returns all not expired keys" time="0.001" />
  <testcase classname="InMemoryCache" name="It can restart eviction timer with ttl reset" time="0.205" />
 </testsuite>
</testsuites>