|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.Factory
mura.cache.cacheFactory
mura.cache.cacheFactoryLRU
public class cacheFactoryLRU
| Constructor Summary | |
|---|---|
init(numeric capacity, boolean isSoft='true', numeric freeMemoryThreshold='0')
|
|
| Method Summary | |
|---|---|
any |
getCapacity()
|
void |
purgeAll()
|
| Methods inherited from class mura.cache.cacheFactory |
|---|
get, getJavaRuntime, getPercentFreeMemory, hasFreeMemoryAvailable, set
|
| Methods inherited from class mura.Factory |
|---|
getAll, getCollection, getHashKey, getJavaLoader, getParent, has, hasParent, isSoftReference, keyExists, purge, 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(numeric capacity, boolean isSoft='true', numeric freeMemoryThreshold='0')
capacityisSoftfreeMemoryThreshold| Method Detail |
|---|
public any getCapacity()
public void purgeAll()
purgeAll
in class
Factory
|
Mura CMS 6.1 | ||||
| FRAMES | |||||