Interface CacheData<T>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AttachmentCountData,MarkupData
public interface CacheData<T> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild()Build cache data
-
-
-
Method Detail
-
build
T build()
Build cache data- Returns:
- T
-
-