package cache

import "fmt"

func GetLangHashKey(content string) string {
	return fmt.Sprintf("lang:hash:%s", content)
}