public class WebAppPool
extends Object
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static Object |
get(Long webAppId,
String key) |
static void |
put(Long webAppId,
String key,
Object obj) |
static Object |
remove(Long webAppId,
String key) |