mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Add clearKey(key)
This commit is contained in:
@ -247,6 +247,16 @@ public class Memoization<K, V>
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
**
|
||||||
|
*******************************************************************************/
|
||||||
|
public void clearKey(K key)
|
||||||
|
{
|
||||||
|
this.map.remove(key);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
** Setter for timeoutSeconds
|
** Setter for timeoutSeconds
|
||||||
**
|
**
|
||||||
|
Reference in New Issue
Block a user