Class CacheUtils

java.lang.Object
org.craftercms.core.util.CacheUtils

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

    • CacheUtils

      public CacheUtils()
  • Method Details

    • generateKey

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