DictionaryPool Module

Dictionary pool for HttpContext userState

Functions and values

Function or value Description

Get ()

Full Usage: Get ()

Parameters:
    () : unit

Returns: Dictionary<string, obj>

Get a Dictionary from the pool or create a new one

() : unit
Returns: Dictionary<string, obj>

Return dict

Full Usage: Return dict

Parameters:

Return a Dictionary to the pool after clearing it

dict : Dictionary<string, obj>