public final class PolicyRuleLoadingCache<T> extends Object
Modifier and Type | Field and Description |
---|---|
static long |
CAPACITY_DEFAULT |
Constructor and Description |
---|
PolicyRuleLoadingCache(org.projectnessie.cel.Env env) |
PolicyRuleLoadingCache(long capacity,
org.projectnessie.cel.Env env) |
Modifier and Type | Method and Description |
---|---|
org.projectnessie.cel.Program |
get(ConfluentPolicy<T> policy) |
public static final long CAPACITY_DEFAULT
public PolicyRuleLoadingCache(org.projectnessie.cel.Env env)
public PolicyRuleLoadingCache(long capacity, org.projectnessie.cel.Env env)
public org.projectnessie.cel.Program get(ConfluentPolicy<T> policy)