ch.systemsx.cisd.openbis.dss.generic.shared.content
Interface IContentCache

All Known Implementing Classes:
ContentCache

public interface IContentCache

Interface for cache for files remotely retrieved from Data Store Servers.


Method Summary
 java.io.File getFile(java.lang.String sessionToken, ch.systemsx.cisd.openbis.generic.shared.basic.dto.IDatasetLocation dataSetLocation, DataSetPathInfo path)
           
 java.io.InputStream getInputStream(java.lang.String sessionToken, ch.systemsx.cisd.openbis.generic.shared.basic.dto.IDatasetLocation dataSetLocation, DataSetPathInfo path)
           
 

Method Detail

getFile

java.io.File getFile(java.lang.String sessionToken,
                     ch.systemsx.cisd.openbis.generic.shared.basic.dto.IDatasetLocation dataSetLocation,
                     DataSetPathInfo path)

getInputStream

java.io.InputStream getInputStream(java.lang.String sessionToken,
                                   ch.systemsx.cisd.openbis.generic.shared.basic.dto.IDatasetLocation dataSetLocation,
                                   DataSetPathInfo path)