Package io.dialob.client.api
Interface DialobCache.CacheEntry
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableCacheEntry
- Enclosing interface:
- DialobCache
@Immutable public static interface DialobCache.CacheEntry extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.dialob.api.form.FormEntitygetAst()StringgetId()Optional<DialobProgram>getProgram()StringgetRev()DialobStore.BodySourcegetSource()
-
-
-
Method Detail
-
getId
String getId()
-
getRev
String getRev()
-
getSource
DialobStore.BodySource getSource()
-
getAst
io.dialob.api.form.FormEntity getAst()
-
getProgram
Optional<DialobProgram> getProgram()
-
-