Package | Description |
---|---|
javax.cache | |
org.wso2.carbon.caching.impl |
Modifier and Type | Method and Description |
---|---|
CacheWriter<? super K,? super V> |
CacheConfiguration.getCacheWriter()
Gets the registered
CacheWriter , if any. |
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilder.setCacheWriter(CacheWriter<? super K,? super V> cacheWriter)
Sets the cache writer.
|
Modifier and Type | Method and Description |
---|---|
CacheWriter |
CacheConfigurationImpl.getCacheWriter() |
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilderImpl.setCacheWriter(CacheWriter<? super K,? super V> cacheWriter) |
Copyright © 2015 WSO2 Inc. All rights reserved.