Interface RemoteListCache
- 
- All Superinterfaces:
- java.io.Serializable
 
 public interface RemoteListCache extends java.io.SerializableRepository result cache to improve performance of multiple calls
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetSize()gets number of records in the result based on the information available in this cache.booleanisComplete()gets indicator that this instance contain statistics for all files in the result
 
- 
- 
- 
Method Detail- 
isCompleteboolean isComplete() gets indicator that this instance contain statistics for all files in the result- Returns:
- trueif all cache info is complete.
 
 - 
getSizeint getSize() gets number of records in the result based on the information available in this cache.- Returns:
- size which could potentially smaller than the full result if isComplete()returnsfalse
 
 
- 
 
-