| 1 | import { ICache } from '../../apps/web/lib/cache/cache'; |
| 2 | import { InMemoryCache } from '../../apps/web/lib/cache/in-memory-cache'; |
| 3 | import { RedisCache } from '../../apps/web/lib/cache/redis-cache'; |
| 4 |
nothing calls this directly
no test coverage detected