#ifndef _CACHE_H_
#define _CACHE_H_

#define CACHE_VAR_CHAR		'&'
#define CACHE_ACTIVE_CHAR	'A'

#endif /* _CACHE_H_ */
