Interface ILcdMultiKeyCache

All Superinterfaces:
ILcdMultiKeyMap<Object,Object>, Map<Object,Object>

public interface ILcdMultiKeyCache extends ILcdMultiKeyMap<Object,Object>
Multi-key cache used by the view to cache data. It allows any type of key and value to be stored in the cache. A multi-key cache is a multi-key map that takes ownership of the stored values. The cache itself can remove entries when needed. See ILcdMultiKeyMap for a detailed description of the workings of a multi-key map.
Since:
2012.0