public class AuthenticationResultCache extends org.wso2.carbon.identity.application.common.cache.BaseCache<String,org.wso2.carbon.identity.application.common.cache.CacheEntry>
Constructor and Description |
---|
AuthenticationResultCache(String cacheName) |
AuthenticationResultCache(String cacheName,
int timeout) |
Modifier and Type | Method and Description |
---|---|
void |
addToCache(org.wso2.carbon.identity.application.common.cache.CacheKey key,
org.wso2.carbon.identity.application.common.cache.CacheEntry entry) |
void |
clearCacheEntry(org.wso2.carbon.identity.application.common.cache.CacheKey key) |
static AuthenticationResultCache |
getInstance(int timeout) |
org.wso2.carbon.identity.application.common.cache.CacheEntry |
getValueFromCache(org.wso2.carbon.identity.application.common.cache.CacheKey key) |
public AuthenticationResultCache(String cacheName)
public AuthenticationResultCache(String cacheName, int timeout)
public static AuthenticationResultCache getInstance(int timeout)
public void addToCache(org.wso2.carbon.identity.application.common.cache.CacheKey key, org.wso2.carbon.identity.application.common.cache.CacheEntry entry)
public org.wso2.carbon.identity.application.common.cache.CacheEntry getValueFromCache(org.wso2.carbon.identity.application.common.cache.CacheKey key)
public void clearCacheEntry(org.wso2.carbon.identity.application.common.cache.CacheKey key)
Copyright © 2015 WSO2. All rights reserved.