Package | Description |
---|---|
org.wso2.carbon.identity.entitlement.cache |
Modifier and Type | Method and Description |
---|---|
Collection<PolicyStatus> |
PolicyCache.getInvalidatedPolicies()
Read the invalidated policies in the local cache.
|
Modifier and Type | Method and Description |
---|---|
static void |
PolicyCache.updateLocalPolicyCacheMap(IdentityCacheKey identityCacheKey,
PolicyStatus policyStatus)
This method triggered by cache entry listener.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyCacheCreatedListener.entryCreated(javax.cache.event.CacheEntryEvent<? extends IdentityCacheKey,? extends PolicyStatus> event) |
void |
PolicyCacheUpdateListener.entryUpdated(javax.cache.event.CacheEntryEvent<? extends IdentityCacheKey,? extends PolicyStatus> event) |
Copyright © 2016 WSO2. All rights reserved.