Modifier and Type | Field and Description |
---|---|
protected static int |
identityCounter |
protected static Map<String,Cache.Controller> |
map |
Constructor and Description |
---|
Cache.Registry() |
Modifier and Type | Method and Description |
---|---|
static void |
add(String policyName,
Cache.Controller cm) |
static Cache |
cacheFor(String policy,
Source source) |
static void |
clearAll() |
static int |
newIdentity() |
static void |
resetCounts()
Reset the counts of all the registered caches.
|
static void |
showAll(StringBuilder sb) |
protected static final Map<String,Cache.Controller> map
protected static int identityCounter
public static void add(String policyName, Cache.Controller cm)
public static void clearAll()
public static void showAll(StringBuilder sb)
public static int newIdentity()
public static void resetCounts()
Copyright © 2014. All Rights Reserved.