Package com.jk.core.cache.simple
Class JKCacheUtil
java.lang.Object
com.jk.core.cache.simple.JKCacheUtil
This class provides utilities to the 
cache classes.- Version:
 - 1.0
 - Author:
 - Dr. Jalal H. Kiswani
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildDynamicKey(Object[] paramNames, Object[] paramValues) This methods allows the building of a dynamic key by concatenating the key name to its value. 
- 
Constructor Details
- 
JKCacheUtil
public JKCacheUtil() 
 - 
 - 
Method Details
- 
buildDynamicKey
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.
 
 
 -