globalOptions.CacheMemory

The cache status of libgit2.

struct globalOptions
static
struct CacheMemory {}

Members

Variables

currentSize
ptrdiff_t currentSize;

current bytes in the cache.

maxSize
ptrdiff_t maxSize;

the maximum bytes allowed in the cache.

Meta