Uses of Interface
de.hybris.platform.media.storage.LocalMediaFileCacheService.StreamGetter
Packages that use LocalMediaFileCacheService.StreamGetter
-
Uses of LocalMediaFileCacheService.StreamGetter in de.hybris.platform.media.storage
Methods in de.hybris.platform.media.storage with parameters of type LocalMediaFileCacheService.StreamGetterModifier and TypeMethodDescriptionLocalMediaFileCacheService.storeOrGetAsFile(MediaStorageConfigService.MediaFolderConfig config, String location, LocalMediaFileCacheService.StreamGetter streamGetter) Checks whether there is local cached version of media data and stores it if not, then returns it as regularFiletaken from cache.LocalMediaFileCacheService.storeOrGetAsStream(MediaStorageConfigService.MediaFolderConfig config, String location, LocalMediaFileCacheService.StreamGetter streamGetter) Checks whether there is local cached version of media data and stores it if not, then returns it asFileInputStreambuild on top of cached file. -
Uses of LocalMediaFileCacheService.StreamGetter in de.hybris.platform.media.storage.impl
Methods in de.hybris.platform.media.storage.impl with parameters of type LocalMediaFileCacheService.StreamGetterModifier and TypeMethodDescriptionDefaultLocalMediaFileCacheService.storeOrGetAsFile(MediaStorageConfigService.MediaFolderConfig config, String location, LocalMediaFileCacheService.StreamGetter streamGetter) DefaultLocalMediaFileCacheService.storeOrGetAsStream(MediaStorageConfigService.MediaFolderConfig config, String location, LocalMediaFileCacheService.StreamGetter streamGetter)