|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.Factory
mura.cache.cacheFactory
public class cacheFactory
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()
|
numeric |
getPercentFreeMemory()
|
boolean |
hasFreeMemoryAvailable()
|
any |
set(string key, [any context], [boolean isSoft='[runtime expression]'], [any timespan=''])
|
Methods inherited from class mura.Factory |
---|
getAll, getCollection, getHashKey, getJavaLoader, getParent, has, hasParent, isSoftReference, keyExists, purge, purgeAll, setCollection, setJavaLoader, setParent, size
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init(boolean isSoft='true', numeric freeMemoryThreshold='0')
isSoft
freeMemoryThreshold
Method Detail |
---|
public any get(string key, [any context], [boolean isSoft='[runtime expression]'], [any timespan=''])
get
in class
Factory
key
context
isSoft
timespan
public any getJavaRuntime()
public numeric getPercentFreeMemory()
public boolean hasFreeMemoryAvailable()
public any set(string key, [any context], [boolean isSoft='[runtime expression]'], [any timespan=''])
set
in class
Factory
key
context
isSoft
timespan
|
Mura CMS 6.1 | ||||
FRAMES |