0.1.0
New Features
- New class
ctools.CacheMap, it's a lfu cache behaving mutch like dict. - New class
TTLCache, a cache mapping storing items for a certain time. strhashnow add a method argument which supported fnv1a(default), fnv1, djb2 and murmur algorithms.