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 DialobDocumentgetAst()StringgetId()Optional<DialobProgram>getProgram()StringgetRev()DialobStore.StoreEntitygetSource()
-
-
-
Method Detail
-
getId
String getId()
-
getRev
String getRev()
-
getSource
DialobStore.StoreEntity getSource()
-
getAst
DialobDocument getAst()
-
getProgram
Optional<DialobProgram> getProgram()
-
-