Flatwhite.WebApi.OutputCacheAttribute.HashCacheKey C# (CSharp) 메소드

HashCacheKey() 보호된 메소드

Make a hash string of the original senstivive cacheKey
protected HashCacheKey ( string originalCacheKey ) : string
originalCacheKey string
리턴 string
        protected virtual string HashCacheKey(string originalCacheKey)
        {
            return GetHashString(Encoding.ASCII.GetBytes(originalCacheKey));
        }