Package com.priint.pubserver.util
Class Cache
- java.lang.Object
-
- com.priint.pubserver.util.Cache
-
public class Cache extends java.lang.ObjectClass 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
- previewsCache is used in
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCache.CacheImplClass implementing cache
-
Field Summary
Fields Modifier and Type Field Description static java.util.Map<java.lang.String,byte[]>iconsCacheCache for icons (used in an entity model)static java.util.Map<java.lang.String,byte[]>previewsCacheCache for previews of media assets
-