Interface ProcessedDataVectorCache
-
- All Known Implementing Classes:
ProcessedDataVectorCacheImpl
public interface ProcessedDataVectorCacheCache of data vectors- Author:
- Paul
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddToCache(Long eeid, Long g, Collection<DoubleVectorValueObject> collection)voidclearCache()voidclearCache(Long eeid)Collection<DoubleVectorValueObject>get(BioAssaySet ee, Long g)
-
-
-
Method Detail
-
addToCache
void addToCache(Long eeid, Long g, Collection<DoubleVectorValueObject> collection)
-
clearCache
void clearCache()
-
clearCache
void clearCache(Long eeid)
-
get
Collection<DoubleVectorValueObject> get(BioAssaySet ee, Long g)
-
-