blob: b7e6e583e7633cd857e7af6e57f1216bb439eeb7 [file] [log] [blame]
#ifndef _TYPES_CACHE_H
#define _TYPES_CACHE_H
struct cache_obj {
int exp; /* expire time */
int etag; /* e-tag entry */
int last; /* last entry */
void *buf; /* ptr to buffer */
}
#endif /*_TYPES_CACHE_H */