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 TemporaryDocumentIdTemporaryDocumentPreviewService.cacheDocument(byte[] document) Caches the document represented by the given byte array.static TemporaryDocumentIdTemporaryDocumentPreviewService.cacheDocument(InputStream stream) Caches the document represented by the given input stream.static TemporaryDocumentIdTemporaryDocumentPreviewService.cacheDocument(org.zkoss.util.media.Media media) Caches the document represented by the given media.static InputStreamTemporaryDocumentPreviewService.getDocument(TemporaryDocumentId id) Returns a previously cached document as anInputStream.