public interface PartiallyCachedQueryResultConsumingType extends NonCachedQueryResultConsumingType
Modifier and Type | Method and Description |
---|---|
boolean |
addCachedElement(String elementName) |
Set<String> |
cachedElementNames() |
boolean |
removeCachedElement(String elementName) |
PartiallyCachedQueryResultConsumingType |
withCachedElements(String... elementNames) |
allowFalseAddNotifications, requiredRemoveNotifications, withFalseAddNotifications, withRequiredRemoveNotifications
storingType, withStoringType
Set<String> cachedElementNames()
PartiallyCachedQueryResultConsumingType withCachedElements(String... elementNames)
elementNames
- - the name of the element that will be defined as cached for non-cached Queryboolean addCachedElement(String elementName)
elementName
- - the name of the element to add as cached-elementboolean removeCachedElement(String elementName)
elementName
- - the name of the element to remove as cached-element Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.