DEFAULT | 0 | This will use the default caching strategies and manager | enums/cache.ts:9 |
EXTERNAL | 1 | Use a custom caching manager Adding to the cache is still controlled by the client but you can use an adapter to use something like redis as your cache | enums/cache.ts:15 |
TRANSFORMERS | 2 | This still uses the built-in CachingManager But instead of the client managing it only the applied and existing transformers will have control over the cache In sum: Cache is manually controlled by the transformers | enums/cache.ts:23 |