@ApplicationScoped public class CacheClient extends Object
| Constructor and Description |
|---|
CacheClient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(CacheKey key) |
Collection<Data> |
filterData(Collection<Data> data) |
Collection<Event> |
filterEvents(Collection<Event> events) |
String |
get(CacheKey key) |
Set<CacheKey> |
keySet() |
public boolean containsKey(CacheKey key)
public Collection<Data> filterData(Collection<Data> data)
public Collection<Event> filterEvents(Collection<Event> events)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.