27 #ifndef SVN_CACHE_CONFIG_H 28 #define SVN_CACHE_CONFIG_H struct svn_cache_config_t svn_cache_config_t
Cache resource settings.
svn_boolean_t single_threaded
is this application guaranteed to be single-threaded?
apr_size_t file_handle_count
maximum number of files kept open
const svn_cache_config_t * svn_cache_config_get(void)
Get the current cache configuration.
void svn_cache_config_set(const svn_cache_config_t *settings)
Set the cache configuration.
Subversion's data types.
apr_uint64_t cache_size
total cache size in bytes.
int svn_boolean_t
YABT: Yet Another Boolean Type.