Package com.enonic.xp.shared
Interface SharedMapService
-
public interface SharedMapService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <K,V>
SharedMap<K,V>getSharedMap(String name)
-
-
-
Method Detail
-
getSharedMap
<K,V> SharedMap<K,V> getSharedMap(String name)
- Type Parameters:
K
- the type of keys maintained by this map. Can only be standard Java classes.V
- the type of values maintained by this map. Can only be standard Java classes.- Parameters:
name
- name of a shared map- Returns:
- map instance that is shared across all XP nodes
-
-