JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.qubership.atp.dataset.macros.cache
Interface MacroCacheKey
All Known Implementing Classes:
NoCache
public interface
MacroCacheKey
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
cacheValue
(
String
value)
String
lookupValue
()
Method Details
cacheValue
void
cacheValue
(@Nonnull
String
value)
lookupValue
@Nullable
String
lookupValue
()