Class Cache


  • public class Cache
    extends java.lang.Object

    Class use as temporary solution for caching icons and previews of media assets.

    In the future we will use JCache to store such objects

  • previewsCache is used in ImageUtils
  • iconsCache was used in /Globals servlet in PubServerKernel project
See Also:
ImageUtils.getPreviewOfMediaAsset(com.priint.pubserver.plugin.entitydata.MediaAsset, String, int, int, boolean)