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

Contents of /navit/navit/cache.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 28 21:19:04 2011 UTC (12 years, 5 months ago) by zoff99
File MIME type: text/plain
File size: 501 byte(s)
import files
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_dump(struct cache *cache);
12 /* end of prototypes */

   
Visit the ZANavi Wiki