Store array in hastable
807606Mar 4 2007 — edited Mar 5 2007Hello,
I am implementing a cache in my application using hash table. I want to store array as the key value eg put (key1,array[]). I believe this is possible. How ever I am not quite sure how to retrieve the elements in the array.
Like if i want to retrieve the first element of the array. I am not sure if I have to cast it into array before reading its contents and not sure if I even can cast it.
I do have to search for other alternative if this is not possible
Thanks for any suggestions