Packages

t

geotrellis.store

AttributeCaching

trait AttributeCaching extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributeCaching
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def cacheLayerType(layerId: LayerId, layerType: LayerType): LayerType
  2. def cacheRead[T](layerId: LayerId, attributeName: String)(implicit arg0: Decoder[T]): T
  3. def cacheWrite[T](layerId: LayerId, attributeName: String, value: T)(implicit arg0: Encoder[T]): Unit
  4. def clearCache(id: LayerId, attribute: String): Unit
  5. def clearCache(id: LayerId): Unit
  6. def clearCache(): Unit