WEB-INF.cftags.componentmura.cfobject
mura.cache.cacheAbstract
mura.cache.cacheAdvanced
This allows Mura to use core CFML caching
Constructor Summary | |
---|---|
init([any name], [any siteid])
|
Method Summary | |
---|---|
any
|
get([any key], [any context], [any timespan='[runtime expression]'], [any idleTime='[runtime expression]'])
|
any
|
getAll()
|
any
|
getCollection()
|
any
|
has([any key])
|
any
|
purge([any key])
|
any
|
purgeAll()
|
any
|
set([any key], [any context], [any timespan='1'], [any idleTime='1'])
|
Methods inherited from class mura.cache.cacheAbstract |
---|
getHashKey, getJavaLoader, getParent, hasParent, isSoftReference, keyExists, setCollection, setJavaLoader, setParent, size |
Methods inherited from class WEB-INF.cftags.component |
---|
None |
Constructor Detail |
---|
name
siteid
Method Detail |
---|
get
in class
cacheAbstract
key
context
timespan
idleTime
getAll
in class
cacheAbstract
getCollection
in class
cacheAbstract
has
in class
cacheAbstract
key
purge
in class
cacheAbstract
key
purgeAll
in class
cacheAbstract
set
in class
cacheAbstract
key
context
timespan
idleTime