Options for the CachePlugin factory.
optional
store: CacheStoreType
Store backend type. Defaults to 'memory'.
optional
name: string
Plugin instance name for multi-cache setups. Derives the capability
token as cache.<name> when not 'default'.
optional
options: CacheStoreOptions
Store-specific options.