public interface CacheManager
void
destroy()
<K,V> Cache<K,V>
getCache(String name)
<V> Cache<String,V>
getCache(String name, Class<V> clz)
<K,V> Cache<K,V> getCache(String name)
name
<V> Cache<String,V> getCache(String name, Class<V> clz)
V
clz
void destroy()
Copyright © 2013–2021 AJAXJS. All rights reserved.