Searched defs:CacheOptions (Results 1 – 3 of 3) sorted by relevance
32 struct CacheOptions { struct37 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {} in CacheOptions() argument38 CacheOptions() in CacheOptions() function
304 : CacheOptions(opts), delta(delta) {} in CacheOptions() function
106 : CacheOptions(opts), delta(del) {} in CacheOptions() function