Class TileCacheBootstrapper

java.lang.Object
nz.org.riskscape.engine.jai.TileCacheBootstrapper

public class TileCacheBootstrapper extends Object

Bootstrapper responsible for initializing the JAI tile cache with configured size and instrumentation.

This bootstrapper configures the default JAI tile cache based on engine settings and wraps it with an InstrumentedTileCache for performance monitoring.

  • Field Details

    • TILE_CACHE_SETTING

      public static final String TILE_CACHE_SETTING
      See Also:
    • DEFAULT_TILE_CACHE_PERCENT

      public static final double DEFAULT_TILE_CACHE_PERCENT
      See Also:
    • INSTANCE

      public static final nz.org.riskscape.engine.spi.EngineBootstrapper INSTANCE

      Creates an EngineBootstrapper for tile cache initialization.

  • Constructor Details

    • TileCacheBootstrapper

      public TileCacheBootstrapper()