memcached-0.2.1: haskell bindings for memcached

Network.Memcache.Key

Documentation

class Key a whereSource

Methods

hash :: a -> IntSource

toKey :: a -> StringSource

Instances

KeyElem a => Key [a]