Package org.cache2k.core.util
Class Util
- java.lang.Object
-
- org.cache2k.core.util.Util
-
public class Util extends Object
A set of utility stuff we need often.- Author:
- Jens Wilke
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME_SEPARATOR
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcompactFullName(org.cache2k.CacheManager mgr, String cacheName)static StringformatMillis(long millis)Format milliseconds since epoch to a compact timestamp.
-
-
-
Field Detail
-
NAME_SEPARATOR
public static final String NAME_SEPARATOR
- See Also:
- Constant Field Values
-
-