Consult a value for a given key and ticket.
Consult a value for a given key and ticket.
the index key
the index ticket
the value or null if not found
Look if a value is registred for a given key and ticket.
Look if a value is registred for a given key and ticket.
the index key
the index ticket
true if the value is present
Register a value for given key and ticket.
Register a value for given key and ticket.
the index key
the index ticket
the value to register
Remove a value from the registry.
Remove a value from the registry.
the index key
the index ticket
Registry to register value in function of a key and a ticket. The values are stored in a WeakHashMap and are garbage collected after the ticket is gabage collected.
the type of the keys
the type of the values