public class NotificationsActionCache extends Object
Modifier and Type | Method and Description |
---|---|
Long |
get(String key)
Retrieve the value associated to the key
|
static NotificationsActionCache |
getCacheInstance()
Retrieve the current cache instance object
|
boolean |
insert(String key,
Long value)
Insert a couple
|
void |
removeKey(String key)
Forcedly remove an entry
|
public static NotificationsActionCache getCacheInstance()
public Long get(String key)
key
- public boolean insert(String key, Long value)
key
- value
- public void removeKey(String key)
username
- Copyright © 2018. All Rights Reserved.