cache_keys

TestMemoryCache.cache_keys = ['test_cache_set', 'test_expire', 'test_update_timeout', 'test_update_timeout_noexist', 'test_cache_remove']

A list of all cache keys used during the test case, so they can be removed by tearDown() once done.