CACHE_SIZE_UNLIMITED constant
int
const CACHE_SIZE_UNLIMITED
Constant used to indicate the LRU garbage collection should be disabled.
Set this value as the cacheSizeBytes on the settings passed to the Firestore instance.
Implementation
static const int CACHE_SIZE_UNLIMITED = -1;