Sha256: 039f39fd210721d6f14bf61f9415e0751521cab71ba011389fff1e9386660a28

Contents?: true

Size: 387 Bytes

Versions: 40

Compression:

Stored size: 387 Bytes

Contents

/* cache.h
 * Copyright (c) 2011, Peter Ohler
 * All rights reserved.
 */

#ifndef __OX_CACHE_H__
#define __OX_CACHE_H__

#include "ruby.h"

typedef struct _Cache   *Cache;

extern void     ox_cache_new(Cache *cache);

extern VALUE    ox_cache_get(Cache cache, const char *key, VALUE **slot, const char **keyp);

extern void     ox_cache_print(Cache cache);

#endif /* __OX_CACHE_H__ */

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
ox-2.4.11 ext/ox/cache.h
ox-2.4.9 ext/ox/cache.h
ox-2.4.8 ext/ox/cache.h
ox-2.4.7 ext/ox/cache.h
ox-2.4.6 ext/ox/cache.h
ox-2.4.5 ext/ox/cache.h
ox-2.4.4 ext/ox/cache.h
ox-2.4.3 ext/ox/cache.h
ox-2.4.2 ext/ox/cache.h
ox-2.4.1 ext/ox/cache.h
ox-2.4.0 ext/ox/cache.h
ox-2.3.0 ext/ox/cache.h
ox-2.2.4 ext/ox/cache.h
ox-2.2.3 ext/ox/cache.h
ox-2.2.2 ext/ox/cache.h
ox-2.2.1 ext/ox/cache.h
ox-2.2.0 ext/ox/cache.h
ox-2.1.8 ext/ox/cache.h
ox-2.1.7 ext/ox/cache.h
ox-2.1.6 ext/ox/cache.h