Searched defs:maxValueSize (Results 1 – 2 of 2) sorted by relevance
36 static const size_t maxValueSize = 64 * 1024; variable
38 BlobCache::BlobCache(size_t maxKeySize, size_t maxValueSize, size_t maxTotalSize): in BlobCache()