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