Package com.priint.pubserver.util
Class Cache
java.lang.Object
com.priint.pubserver.util.Cache
Class use as temporary solution for caching icons and previews of media assets.
In the future we will use JCache to store such objects
ImageUtils-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionCache for icons (used in an entity model)Cache for previews of media assets -
Method Summary
-
Field Details
-
iconsCache
Cache for icons (used in an entity model) -
previewsCache
Cache for previews of media assets
-