コード例 #1
0
ファイル: handling.go プロジェクト: UIKit0/memorango
// Implements flush all method
func (enum *Ascii_protocol_enum) flush_all(storage *cache.LRUCache) (string, error) {
	storage.FlushAll()
	return "OK\r\n", nil
}