|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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
keypublic any getAllMetadata()
public numeric getDefaultCacheTimeout()
public any getObjectMetadata(string key)
keypublic any getObjectMetadataProperty(string key, string prop)
keyproppublic boolean has(string key)
has
in class
Factory
keypublic any hasObjectMetadata(string key)
keyprivate boolean isSoftReference(any obj)
isSoftReference
in class
Factory
objpublic void purge(string key)
purge
in class
Factory
keypublic void purgeAll()
purgeAll
in class
Factory
public void purgeByMetadataParamValues()
public void purgeByTimeout(string key)
keypublic void set(string key, any obj, [boolean isSoft='[runtime expression]'], [numeric timeout='[runtime expression]'], [string timeoutBy='m'])
set
in class
Factory
keyobjisSofttimeouttimeoutBypublic void setDefaultCacheTimeout(numeric minutes)
minutespublic void setObjectMetadata(string key, any meta)
keymetapublic void setObjectMetadataProperty(string key, string prop, any val)
keypropval
|
Mura CMS 6.1 | ||||
| FRAMES | |||||