cache-manager supports multiple storage engines. Now we can ship an in memory cache by default and users can easily disable it or use an alternative storage engine such as Redis by tweaking options.cache
Otherwise we waste time setting up NodeCache which may get overwritten by a custom cache option.