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