Skip to content

CachingDelegationType

Enumeration Members

Enumeration MemberValueDescriptionDefined in
DEFAULT0This will use the default caching strategies and managerenums/cache.ts:9
EXTERNAL1Use 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 cacheenums/cache.ts:15
TRANSFORMERS2This 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 transformersenums/cache.ts:23