A Caching system inspired in Memcached
This is a personal project I used to understand more about TCP connections, application level protocols and cache, that's why Dcache has its own protocol and does not support Memcached protocol.
go get github.com/joaovictorsl/dcache
Check the examples repository.