GME  13
Public Attributes
svn_cache_config_t Struct Reference

#include <svn_cache_config.h>

List of all members.

Public Attributes

apr_uint64_t cache_size
apr_size_t file_handle_count
svn_boolean_t single_threaded

Detailed Description

Cache resource settings. It controls what caches, in what size and how they will be created. The settings apply for the whole process.

Since:
New in 1.7.

Definition at line 46 of file svn_cache_config.h.


Member Data Documentation

total cache size in bytes. Please note that this is only soft limit to the total application memory usage and will be exceeded due to temporary objects and other program state. May be 0, resulting in default caching code being used.

Definition at line 52 of file svn_cache_config.h.

maximum number of files kept open

Definition at line 55 of file svn_cache_config.h.

is this application guaranteed to be single-threaded?

Definition at line 58 of file svn_cache_config.h.


The documentation for this struct was generated from the following file: