| The idea was to remove "unnecessary" info for performance reasons. I still consider this an area of ongoing improvement. One option is to allow applications to opt into different CacheKeysFactory impls, either:
- a boolean opt-in setting for preferring DefaultCacheKeysFactory in non-tenancy environments
- a discrete set of CacheKeysFactory and a config setting to specify which to use by name
- allow providing CacheKeysFactory instances to use
Sanne Grinovero Since you drove a lot of that initial work, I'd like to get your thoughts on this. |