Class MemoryManager


  • public class MemoryManager
    extends Object
    This class allows all components of JOSM to register reclaimable amounts to memory.

    It can be used to hold imagery caches or other data that can be reconstructed form disk/web if required.

    Reclaimable storage implementations may be added in the future.

    Since:
    10588