pazpar2  1.14.1
Typedefs | Functions
normalize_cache.h File Reference
#include "normalize_record.h"

Go to the source code of this file.

Typedefs

typedef struct normalize_cache_snormalize_cache_t
 

Functions

normalize_cache_t normalize_cache_create (void)
 
normalize_record_t normalize_cache_get (normalize_cache_t nc, struct conf_service *service, const char *spec)
 
void normalize_cache_destroy (normalize_cache_t nc)
 

Typedef Documentation

◆ normalize_cache_t

Definition at line 24 of file normalize_cache.h.

Function Documentation

◆ normalize_cache_create()

normalize_cache_t normalize_cache_create ( void  )

◆ normalize_cache_destroy()

void normalize_cache_destroy ( normalize_cache_t  nc)

◆ normalize_cache_get()

normalize_record_t normalize_cache_get ( normalize_cache_t  nc,
struct conf_service service,
const char *  spec 
)