Class CacheUtils


  • public class CacheUtils
    extends Object
    Utility methods for caching.
    Author:
    Alfonso Vásquez
    • Constructor Detail

      • CacheUtils

        public CacheUtils()
    • Method Detail

      • generateKey

        public static Object generateKey​(Object... keyElements)
        Returns a cache key generated by appending the string representations of the specified key elements.