Package

geotrellis.gdal

cache

Permalink

package cache

Visibility
  1. Public
  2. All

Type Members

  1. case class LazyCache[K, V](getUnderlying: () ⇒ Cache[K, V], enabled: Boolean = true) extends Product with Serializable

    Permalink

    A limited cache wrapper that can be "disable" caching (lazy instance creation)

Ungrouped