Uses of Class
com.saperion.ngc.viewer.temporary.InternalCacheException
Packages that use InternalCacheException
Package
Description
Package for temporary document service classes.
-
Uses of InternalCacheException in com.saperion.ngc.viewer.temporary
Methods in com.saperion.ngc.viewer.temporary that throw InternalCacheExceptionModifier and TypeMethodDescriptionstatic TemporaryDocumentId
TemporaryDocumentPreviewService.cacheDocument
(byte[] document) Caches the document represented by the given byte array.static TemporaryDocumentId
TemporaryDocumentPreviewService.cacheDocument
(InputStream stream) Caches the document represented by the given input stream.static TemporaryDocumentId
TemporaryDocumentPreviewService.cacheDocument
(org.zkoss.util.media.Media media) Caches the document represented by the given media.static InputStream
TemporaryDocumentPreviewService.getDocument
(TemporaryDocumentId id) Returns a previously cached document as anInputStream
.