pazpar2  1.14.1
Data Structures | Functions
normalize_cache.c File Reference
#include <string.h>
#include <yaz/yaz-util.h>
#include <yaz/mutex.h>
#include <yaz/nmem.h>
#include "ppmutex.h"
#include "normalize_cache.h"
#include "pazpar2_config.h"

Go to the source code of this file.

Data Structures

struct  cached_item
 
struct  normalize_cache_s
 

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)
 

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 
)