All Classes and Interfaces

Class
Description
A base function for the multimap updates
Bucket used to store MultiMap values, required as HashSet cannot be directly marshalled via ProtoStream.
WARNING: Generated code! Do not edit!
Embedded implementation of MultimapCache
Embedded implementation of MultimapCacheManager
A MultimapCache factory for embedded cached.
Ids range: 2050 - 2099 Externalizer Ids that identity the functions used in EmbeddedMultimapCache
Serializable function used by EmbeddedMultimapCache.get(Object) to get a key's value.
Embedded version of MultimapCache.
 
 
MultimapModuleLifecycle is necessary for the Multimap Cache module.
WARNING: Generated code! Do not edit!
Serializable function used by EmbeddedMultimapCache.put(Object, Object) to add a key/value pair.
Serializable function used by EmbeddedMultimapCache.remove(Object) and EmbeddedMultimapCache.remove(Object, Object) to remove a key or a key/value pair from the Multimap Cache, if such exists.