public class AuthenticationRequestCache extends org.wso2.carbon.identity.application.common.cache.BaseCache<String,org.wso2.carbon.identity.application.common.cache.CacheEntry>
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 AuthenticationRequestCache |
getInstance() |
static AuthenticationRequestCache |
getInstance(int timeout) |
org.wso2.carbon.identity.application.common.cache.CacheEntry |
getValueFromCache(org.wso2.carbon.identity.application.common.cache.CacheKey key) |
public static AuthenticationRequestCache getInstance(int timeout)
public static AuthenticationRequestCache getInstance()
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.