Mura CMS 6.1

mura.cache
Class cacheFactoryLRU

railo-context.Component
        extended by mura.cfobject
            extended by mura.Factory
                extended by mura.cache.cacheFactory
                    extended by mura.cache.cacheFactoryLRU

public class cacheFactoryLRU
extends cacheFactory

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

init

public init(numeric capacity, boolean isSoft='true', numeric freeMemoryThreshold='0')

Parameters:
capacity
isSoft
freeMemoryThreshold
Method Detail

getCapacity

public any getCapacity()


purgeAll

public void purgeAll()

Overrides:
purgeAll in class Factory

Mura CMS 6.1