Uses of Interface
com.atlassian.plugin.cache.filecache.Cache.StreamProvider
Packages that use Cache.StreamProvider
-
Uses of Cache.StreamProvider in com.atlassian.plugin.cache.filecache
Methods in com.atlassian.plugin.cache.filecache with parameters of type Cache.StreamProviderModifier and TypeMethodDescriptionbooleanCache.cache(String bucket, String key, OutputStream out, Cache.StreamProvider provider) Stream the contents identified by the key to the destination stream. -
Uses of Cache.StreamProvider in com.atlassian.plugin.cache.filecache.impl
Methods in com.atlassian.plugin.cache.filecache.impl with parameters of type Cache.StreamProviderModifier and TypeMethodDescriptionbooleanFileCacheImpl.cache(String bucket, String key, OutputStream out, Cache.StreamProvider provider) booleanPassThroughCache.cache(String bucket, String key, OutputStream out, Cache.StreamProvider provider) voidOneStreamCache.stream(OutputStream out, Cache.StreamProvider provider) abstract voidStreamsCache.stream(OutputStream out, Cache.StreamProvider provider) voidTwoStreamsCache.stream(OutputStream out, Cache.StreamProvider provider) protected voidOneStreamCache.streamToCache(Cache.StreamProvider input)