Class JKCacheUtil

java.lang.Object
com.jk.core.cache.simple.JKCacheUtil

public class JKCacheUtil extends Object
This class provides utilities to the cache classes.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Constructor Details

    • JKCacheUtil

      public JKCacheUtil()
  • Method Details

    • buildDynamicKey

      public static String buildDynamicKey(Object[] paramNames, Object[] paramValues)
      This methods allows the building of a dynamic key by concatenating the key name to its value.
      Parameters:
      paramNames - Specifies the key name.
      paramValues - Specifies the key value.
      Returns:
      a string representing the dynamic key.