public class EntitlementEngineCache extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ENTITLEMENT_ENGINE_CACHE |
static String |
ENTITLEMENT_ENGINE_CACHE_MANAGER |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(int key) |
EntitlementEngine |
get(int key) |
static EntitlementEngineCache |
getInstance()
Gets a new instance of EntitlementEngineCache.
|
void |
put(int key,
EntitlementEngine engine) |
public static final String ENTITLEMENT_ENGINE_CACHE_MANAGER
public static final String ENTITLEMENT_ENGINE_CACHE
public static EntitlementEngineCache getInstance()
public EntitlementEngine get(int key)
public void put(int key, EntitlementEngine engine)
public boolean contains(int key)
Copyright © 2016 WSO2. All rights reserved.