caching configuration


Data Structures

struct  svn_cache_config_t
 Cache resource settings. More...

Functions

const svn_cache_config_tsvn_cache_config_get (void)
 Get the current cache configuration.
void svn_cache_config_set (const svn_cache_config_t *settings)
 Set the cache configuration.

Detailed Description

Since:
New in 1.7.

Function Documentation

const svn_cache_config_t* svn_cache_config_get ( void   ) 

Get the current cache configuration.

If it has not been set, this function will return the default settings.

Since:
New in 1.7.

void svn_cache_config_set ( const svn_cache_config_t settings  ) 

Set the cache configuration.

Please note that it may not change the actual configuration *in use*. Therefore, call it before reading data from any repo and call it only once.

This function is not thread-safe. Therefore, it should be called from the processes' initialization code only.

Since:
New in 1.7.


Generated on Thu Oct 4 14:01:30 2012 for Subversion by  doxygen 1.5.6