lucee.Componentmura.cfobject
mura.cache.cacheAbstract
mura.cache.cacheSimple
This cache store items in java soft references
Constructor Summary | |
---|---|
init(boolean isSoft='true', numeric freeMemoryThreshold='0')
Constructor. |
Method Summary | |
---|---|
any
|
get(string key, [any context], [boolean isSoft='[runtime expression]'], [any timespan=''])
|
any
|
getJavaRuntime()
|
any
|
getPercentFreeMemory()
|
boolean
|
hasFreeMemoryAvailable()
|
any
|
set(string key, [any context], [boolean isSoft='[runtime expression]'], [any timespan=''])
|
Methods inherited from class mura.cache.cacheAbstract |
---|
getAll, getCollection, getHashKey, getJavaLoader, getParent, has, hasParent, isSoftReference, keyExists, purge, purgeAll, setCollection, setJavaLoader, setParent, size |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
isSoft
freeMemoryThreshold
Method Detail |
---|
get
in class
cacheAbstract
key
context
isSoft
timespan
set
in class
cacheAbstract
key
context
isSoft
timespan