Class PrefixedKeyGenerator

  • All Implemented Interfaces:
    org.springframework.cache.interceptor.KeyGenerator

    public class PrefixedKeyGenerator
    extends Object
    implements org.springframework.cache.interceptor.KeyGenerator
    • Constructor Detail

      • PrefixedKeyGenerator

        public PrefixedKeyGenerator​(org.springframework.boot.info.GitProperties gitProperties,
                                    org.springframework.boot.info.BuildProperties buildProperties)
    • Method Detail

      • generate

        public Object generate​(Object target,
                               Method method,
                               Object... params)
        Specified by:
        generate in interface org.springframework.cache.interceptor.KeyGenerator