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

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