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
