cache_spill property

int get cache_spill

Implementation

int get cache_spill => getInt("cache_spill");
set cache_spill (int value)

Implementation

set cache_spill(int value) => setInt("cache_spill", value);