资 源 简 介
This is the cache module for the Pivot Search Engine. It was designed to cache hostname, robots.txt and web query. The replacement algorithms is not the best way but it is easy to use.I will continue to improve this cache module which could be used in most of the purpose and the bigger data sets.
The implementation of replacemnent algorithm is like History Least Recently Used(HLRU) which is the hash structure and the hash algorithm is FNV hash.
You could see the "README" file before using this cacheer. The documentation of cache module was builed by perldoc and type this command "perldoc design.txt" to see all detail of this library in unix-like os.
This module has been tested with i386 Debian and i386 2.6.20-Gentoo. It is for 32bit platform. If you want 64bit version, you could contact to me via jiayunye@gmail.com.
Finally, if you have any suggestion or bug reports, send it to jiayunye@gmail.com, please.