How to implement different cache eviction policies in memcached
84 views
Skip to first unread message
Arghyadip Paul
unread,
May 3, 2012, 3:23:26 AM5/3/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to memc...@googlegroups.com
Hi,
I want to know if there is a way to alter the default cache eviction policy used by memcached(LRU). I want to implement an LFU cache(or an SDC Cache replacement policy) and wondering if I can use memcached or not?