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 Cache
channelName
- 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 Cache
public CacheStatistics getStatistics()
getStatistics
in interface Cache
Copyright © 2010–2015. All rights reserved.