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