|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.sql.collections.QueryCache
public class QueryCache
A cache for query objects
| Constructor Summary | |
|---|---|
init()
Constructor |
|
| Method Summary | |
|---|---|
void |
addQuery(string key, Query query)
add a query to the cache |
private struct |
getCache()
|
Query |
getQuery(string key)
gets a Query object from the cache |
boolean |
hasQuery(string key)
if the cache has the query |
private void |
setCache(struct Cache)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public void addQuery(string key, Query query)
key - the key to store the query underquery - the query objectprivate struct getCache()
public Query getQuery(string key)
key - the key the query is stored underpublic boolean hasQuery(string key)
key - the key the query is stored underprivate void setCache(struct Cache)
Cache
|
Transfer version 1.1 | ||||
| FRAMES | |||||