public interface HazelcastCacheManager
extends javax.cache.CacheManager
CacheManager.CacheManager| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys cache manager.
|
String |
getCacheNameWithPrefix(String name)
Gets cache name by adding manager prefix.
|
HazelcastInstance |
getHazelcastInstance()
Gets the underlying
HazelcastInstance implementation. |
String getCacheNameWithPrefix(String name)
name - pure cache name with prefixHazelcastInstance getHazelcastInstance()
HazelcastInstance implementation.HazelcastInstance implementationvoid destroy()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.