You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shiro.apache.org by James Whetstone <ja...@comcast.net> on 2011/07/20 07:19:40 UTC

Question about implementing Cache

This question might be more about proper Java than it is about the Cache<K,V> interface, but I wouldn't know where else to ask this.

I'm implementing a Cache<K,V> interface for memached and I'm using spymemcached.  The spymemcached client only takes a string as the key.  

So I'm implementing