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