|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.Factory
mura.factoryMetadata
public class factoryMetadata
Constructor Summary | |
---|---|
init(boolean isSoft='true')
Constructor |
Method Summary | |
---|---|
private void |
cleanUp()
|
any |
get(string key)
|
any |
getAllMetadata()
|
numeric |
getDefaultCacheTimeout()
|
any |
getObjectMetadata(string key)
|
any |
getObjectMetadataProperty(string key, string prop)
|
boolean |
has(string key)
|
any |
hasObjectMetadata(string key)
|
private boolean |
isSoftReference(any obj)
|
void |
purge(string key)
|
void |
purgeAll()
|
void |
purgeByMetadataParamValues()
|
void |
purgeByTimeout(string key)
|
void |
set(string key, any obj, [boolean isSoft='[runtime expression]'], [numeric timeout='[runtime expression]'], [string timeoutBy='m'])
|
void |
setDefaultCacheTimeout(numeric minutes)
|
void |
setObjectMetadata(string key, any meta)
|
void |
setObjectMetadataProperty(string key, string prop, any val)
|
Methods inherited from class mura.Factory |
---|
getAll, getCollection, getHashKey, getJavaLoader, getParent, hasParent, keyExists, 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')
isSoft
Method Detail |
---|
private void cleanUp()
public any get(string key)
get
in class
Factory
key
public any getAllMetadata()
public numeric getDefaultCacheTimeout()
public any getObjectMetadata(string key)
key
public any getObjectMetadataProperty(string key, string prop)
key
prop
public boolean has(string key)
has
in class
Factory
key
public any hasObjectMetadata(string key)
key
private boolean isSoftReference(any obj)
isSoftReference
in class
Factory
obj
public void purge(string key)
purge
in class
Factory
key
public void purgeAll()
purgeAll
in class
Factory
public void purgeByMetadataParamValues()
public void purgeByTimeout(string key)
key
public void set(string key, any obj, [boolean isSoft='[runtime expression]'], [numeric timeout='[runtime expression]'], [string timeoutBy='m'])
set
in class
Factory
key
obj
isSoft
timeout
timeoutBy
public void setDefaultCacheTimeout(numeric minutes)
minutes
public void setObjectMetadata(string key, any meta)
key
meta
public void setObjectMetadataProperty(string key, string prop, any val)
key
prop
val
|
Mura CMS 6.1 | ||||
FRAMES |