Search:

Type: Posts; User: seabeach

Search: Search took 0.09 seconds.

  1. Re: Help: Bug with removing data from a Hash Map

    Yes, the code to remove the entries can be called at anytime. However, the way the remove function is implemented right now it removes only the data which has reached its expiry time. It does not...
  2. Help: Bug with removing data from a Hash Map

    Hi,

    I am working on this code..where a datacache is implemented as a HashMap. The Hashmap has a key and an string arraylist <> associated with it. There is a refresh time period and data expiry...
Results 1 to 2 of 2