Hi!

Is there the possibility to use the pool
with these two options:


String key = POOL.putObject(Object o) {}
POOL.putObject(Object o,String key) {}


The crucial point is that a unique key is created internally and given back
to the user.

Another requirement is that the pool elements can be deleted after a timeout
(e.g. after one our)

Is this already implemented in any way?

Nice greetings
Starky


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to