Class AdminCacheUtils
- java.lang.Object
-
- com.sun.enterprise.admin.util.cache.AdminCacheUtils
-
@Service public class AdminCacheUtils extends Object
Tooling for AdminCacheDataProviderimplementation.- Author:
- mmares
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminCachegetCache()Return preferredAdminCachestatic AdminCacheUtilsgetInstance()DataProvidergetProvider(Class clazz)booleanvalidateKey(String key)
-
-
-
Method Detail
-
getProvider
public DataProvider getProvider(Class clazz)
-
validateKey
public final boolean validateKey(String key)
-
getCache
public static AdminCache getCache()
Return preferredAdminCache
-
getInstance
public static AdminCacheUtils getInstance()
-
-