public class ThrottlingPool extends Object
| Constructor and Description |
|---|
ThrottlingPool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear() |
static Object |
get(String key) |
static <T> T |
get(String key,
Class<T> clazz) |
static int |
getExpire(String key) |
static Map<String,com.aliyuncs.policy.cache.ThrottlingPool.Entity> |
getPool() |
static void |
put(String key,
Object data) |
static void |
put(String key,
Object data,
int expire) |
static Object |
remove(String key) |
static int |
size() |
public static int getExpire(String key)
public static int size()
public static void clear()
Copyright © 2022. All rights reserved.