[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from TTLCacheTest
[ RUN      ] TTLCacheTest.BasicNoExpiration
[       OK ] TTLCacheTest.BasicNoExpiration (1 ms)
[ RUN      ] TTLCacheTest.Basic
[       OK ] TTLCacheTest.Basic (201 ms)
[ RUN      ] TTLCacheTest.InvalidationOfExpiredEntries
[       OK ] TTLCacheTest.InvalidationOfExpiredEntries (503 ms)
[ RUN      ] TTLCacheTest.AutoInvalidationOfEntries
[       OK ] TTLCacheTest.AutoInvalidationOfEntries (514 ms)
[ RUN      ] TTLCacheTest.AutoInvalidationOfEntriesWithOutstandingReferences
[       OK ] TTLCacheTest.AutoInvalidationOfEntriesWithOutstandingReferences (130 ms)
[ RUN      ] TTLCacheTest.AutoInvalidationOfEntriesLimitPerPass
[       OK ] TTLCacheTest.AutoInvalidationOfEntriesLimitPerPass (1746 ms)
[----------] 6 tests from TTLCacheTest (3097 ms total)

[----------] Global test environment tear-down
[==========] 6 tests from 1 test suite ran. (3097 ms total)
[  PASSED  ] 6 tests.
