trait AttributeCaching extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- AttributeCaching
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def cacheLayerType(layerId: LayerId, layerType: LayerType): LayerType
- def cacheRead[T](layerId: LayerId, attributeName: String)(implicit arg0: Decoder[T]): T
- def cacheWrite[T](layerId: LayerId, attributeName: String, value: T)(implicit arg0: Encoder[T]): Unit
- def clearCache(id: LayerId, attribute: String): Unit
- def clearCache(id: LayerId): Unit
- def clearCache(): Unit