spring-framework / org.springframework.cache.interceptor / CacheAspectSupport / setKeyGenerator

setKeyGenerator

open fun setKeyGenerator(keyGenerator: KeyGenerator): Unit

Set the default KeyGenerator that this cache aspect should delegate to if no specific key generator has been set for the operation.

The default is a SimpleKeyGenerator