public class AuthenticationRequestCache extends org.wso2.carbon.identity.application.common.cache.BaseCache<AuthenticationRequestCacheKey,AuthenticationRequestCacheEntry>
Modifier and Type | Method and Description |
---|---|
void |
addToCache(AuthenticationRequestCacheKey key,
AuthenticationRequestCacheEntry entry) |
void |
clearCacheEntry(AuthenticationRequestCacheKey key) |
static AuthenticationRequestCache |
getInstance() |
AuthenticationRequestCacheEntry |
getValueFromCache(AuthenticationRequestCacheKey key) |
public static AuthenticationRequestCache getInstance()
public void addToCache(AuthenticationRequestCacheKey key, AuthenticationRequestCacheEntry entry)
addToCache
in class org.wso2.carbon.identity.application.common.cache.BaseCache<AuthenticationRequestCacheKey,AuthenticationRequestCacheEntry>
public AuthenticationRequestCacheEntry getValueFromCache(AuthenticationRequestCacheKey key)
getValueFromCache
in class org.wso2.carbon.identity.application.common.cache.BaseCache<AuthenticationRequestCacheKey,AuthenticationRequestCacheEntry>
public void clearCacheEntry(AuthenticationRequestCacheKey key)
clearCacheEntry
in class org.wso2.carbon.identity.application.common.cache.BaseCache<AuthenticationRequestCacheKey,AuthenticationRequestCacheEntry>
Copyright © 2015 WSO2. All rights reserved.