Interface IPictureManifestProviderWithCache
-
- All Superinterfaces:
IPictureManifestProvider
- All Known Implementing Classes:
PlatformPicturesManifestProvider
public interface IPictureManifestProviderWithCache extends IPictureManifestProvider
Extension ofIPictureManifestProvider
with logic for skipping caching values. Skip caching values will be called fromIPictureManager.skipCacheValues()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
skipCacheValues()
Skips caching values from provider-
Methods inherited from interface com._1c.g5.v8.dt.platform.pictures.IPictureManifestProvider
getPictureManifest
-
-