Class DefaultCacheKeyGenerator

java.lang.Object
com.skava.location.util.DefaultCacheKeyGenerator
All Implemented Interfaces:
org.springframework.cache.interceptor.KeyGenerator

@Component public class DefaultCacheKeyGenerator extends Object implements org.springframework.cache.interceptor.KeyGenerator

Class DefaultCacheKeyGenerator

Author:
Infosys Equinox
  • Constructor Details

    • DefaultCacheKeyGenerator

      public DefaultCacheKeyGenerator()
  • Method Details

    • generate

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

      public static boolean validateParams(Object[] params)
      validateParams
      Parameters:
      params - Object array that
      Returns:
      boolean