public class CacheUtil extends Object
Constructor and Description |
---|
CacheUtil() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
get(String cacheName,
Object key) |
static List |
getKeys(String cacheName) |
static void |
put(String cacheName,
Object key,
Object value) |
static void |
remove(String cacheName,
Object key) |
static void |
removeAll(String cacheName) |
public static void removeAll(String cacheName)
Copyright © 2018. All rights reserved.