public class SessionDataCache extends org.wso2.carbon.identity.application.common.cache.BaseCache<String,CacheEntry>
Modifier and Type | Method and Description |
---|---|
void |
addToCache(CacheKey key,
CacheEntry entry) |
void |
clearCacheEntry(CacheKey key) |
static SessionDataCache |
getInstance(int timeout) |
CacheEntry |
getValueFromCache(CacheKey key) |
public static SessionDataCache getInstance(int timeout)
public void addToCache(CacheKey key, CacheEntry entry)
public void clearCacheEntry(CacheKey key)
public CacheEntry getValueFromCache(CacheKey key)
Copyright © 2015 WSO2. All rights reserved.