arcus의 cache server는 http 요청은 처리하지 못하고,
ascii command protocol(https://github.com/naver/arcus-memcached/blob/master/doc/arcus-ascii-protocol.md)에
정의된 ascii command들만 정상 요청으로 인식하여 처리합니다.
arcus의 java/c client는 함수 호출로 용용 요청을 받을 수 있게 합니다.
즉, 함수 호출로 해당 요청을 받아 ascii command로 변환하여 cache server에게 전달하고
cache server로 부터 요청 처리된 결과를 response string 형태로 받아, 함수 리턴 형태로 응용에게 전달합니다.