public abstract class GridCacheForStream
extends java.lang.Object
| Constructor and Description |
|---|
GridCacheForStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getFileUrl(java.lang.String uid)
Implements this method to get the file url from the cache.
|
abstract boolean |
isExisted(java.lang.String uid)
Checks whether the cache with uid is existed
|
abstract java.io.InputStream |
loadStream(java.lang.String uid)
Implements this method to load cache with the key uid,return the stream from the cache.
|
abstract void |
saveStream(java.io.InputStream s,
java.lang.String uid)
Implements this method to save cache,save the stream to the cache with the key uid.
|
public abstract void saveStream(java.io.InputStream s,
java.lang.String uid)
public abstract java.io.InputStream loadStream(java.lang.String uid)
public abstract boolean isExisted(java.lang.String uid)
uid - The unique id for the file cache.public abstract java.lang.String getFileUrl(java.lang.String uid)
uid - The unique id for the file cache.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.