GME  13
Classes | Typedefs | Functions
caching configuration

Classes

struct  svn_cache_config_t

Typedefs

typedef struct svn_cache_config_t svn_cache_config_t

Functions

const svn_cache_config_tsvn_cache_config_get (void)
void svn_cache_config_set (const svn_cache_config_t *settings)

Detailed Description

Since:
New in 1.7.

Typedef Documentation

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.

Function Documentation

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.