Class MetaObjectCache

java.lang.Object
se.datadosen.jalbum.MetaObjectCache
All Implemented Interfaces:
Serializable, Map

public class MetaObjectCache extends Object implements Map, Serializable
The purpose of this class is to implement a lazy-fetch behavour for the previously extremely big "meta" object (around 6500 bytes) in order to save RAM during album generation as JAlbum stores all metadata gathered during album generation.
See Also:
  • Constructor Details

    • MetaObjectCache

      public MetaObjectCache(AlbumBean engine, com.drew.metadata.Metadata data, File imageFile)
  • Method Details