Maximum length of cache keys in HttpRuntime.Cache object? Maximum length of cache keys in HttpRuntime.Cache object? asp.net asp.net

Maximum length of cache keys in HttpRuntime.Cache object?


Internally, Dictionary uses the hash code of the key you give it. Effectively every key is stored as an integer.

You have nothing to worry about.