K - Type of the keysV - Type of the valuespublic class SpringCacheStrategy<K,V> extends Object implements ro.isdc.wro.cache.CacheStrategy<K,V>
| Constructor and Description |
|---|
SpringCacheStrategy(org.springframework.cache.CacheManager cacheManager,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
destroy() |
V |
get(K key) |
void |
put(K key,
V value) |
Copyright © 2015–2016 michael-simons.eu. All rights reserved.