| Constructor and Description |
|---|
CacheImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V extends VType> |
createQuery(String channelName,
Class<V> type,
QueryParameters parameters)
Creates a new
Query. |
int |
getCount() |
CacheStatistics |
getStatistics() |
void |
setStatisticsEnabled(boolean enabled) |
public <V extends VType> Query createQuery(String channelName, Class<V> type, QueryParameters parameters)
Query.createQuery in interface CachechannelName - channel to be requested.type - VType of data to be pulled by the query.parameters - QueryParameters.public int getCount()
PVCache.public void setStatisticsEnabled(boolean enabled)
setStatisticsEnabled in interface Cachepublic CacheStatistics getStatistics()
getStatistics in interface CacheCopyright © 2010–2015. All rights reserved.