Package | Description |
---|---|
javax.cache | |
org.wso2.carbon.caching.impl |
Modifier and Type | Method and Description |
---|---|
CacheLoader<K,? extends V> |
CacheConfiguration.getCacheLoader()
Gets the registered
CacheLoader , if any. |
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilder.setCacheLoader(CacheLoader<K,? extends V> cacheLoader)
Sets the cache loader.
|
Modifier and Type | Method and Description |
---|---|
CacheLoader |
CacheConfigurationImpl.getCacheLoader() |
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilderImpl.setCacheLoader(CacheLoader<K,? extends V> cacheLoader) |
Copyright © 2015 WSO2 Inc. All rights reserved.