Friday, June 14, 2013

c++ LRU Cache

I am looking for c++ implement LRU cache recently,
found POCO C++ library is very useful.  And it include different types Cache class we can use:

http://pocoproject.org/slides/140-Cache.pdf

LRUCache,
ExpireCache
ExpireLRUCache  etc.






 

No comments:

Post a Comment