/[zanavi_public1]/navit/navit/cache.h
ZANavi

Contents of /navit/navit/cache.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27 - (show annotations) (download)
Mon Apr 9 21:27:36 2012 UTC (11 years, 11 months ago) by zoff99
File MIME type: text/plain
File size: 540 byte(s)
lots of new stuff, tranlsations, bug fixes ...
1 struct cache_entry;
2 struct cache;
3 /* prototypes */
4 struct cache *cache_new(int id_size, int size);
5 void *cache_entry_new(struct cache *cache, void *id, int size);
6 void cache_entry_destroy(struct cache *cache, void *data);
7 void *cache_lookup(struct cache *cache, void *id);
8 void cache_insert(struct cache *cache, void *data);
9 void *cache_insert_new(struct cache *cache, void *id, int size);
10 void cache_flush(struct cache *cache, void *id);
11 void cache_stats(struct cache *cache);
12 void cache_dump(struct cache *cache);
13 /* end of prototypes */

   
Visit the ZANavi Wiki