spark.core.cache#
Classes#
Cache dataclass. |
Module Contents#
- class spark.core.cache.Cache(_variable)[source]#
Cache dataclass.
- Parameters:
_variable (spark.core.payloads.SparkPayload)
- property value: spark.core.payloads.SparkPayload[source]#
Current value store in the cache object.
- Return type:
- property dtype: jax.numpy.dtype[source]#
Dtype of the value store in the cache object.
- Return type:
- set(payload)[source]#
- Parameters:
payload (spark.core.payloads.SparkPayload)
- Return type:
None