|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.cache.util.EventURLFacade
public class EventURLFacade
This object acts as an url facade for event caching
Constructor Summary | |
---|---|
init(CacheManager cacheManager)
Constructor |
Method Summary | |
---|---|
any |
buildBasicCacheKey(any keySuffix, any targetEvent)
Builds a basic cache key |
any |
buildEventKey(any keySuffix, any targetEvent, any targetContext)
Build an event key according to passed in params |
any |
buildEventKeyNoContext(any keySuffix, any targetEvent, string targetArgs)
Build an event key according to passed in params and no Context |
string |
buildHash(string args)
build a unique hash according to event and args |
string |
getUniqueHash(any event)
Get's the unique incoming URL hash |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(CacheManager cacheManager)
Method Detail |
---|
public any buildBasicCacheKey(any keySuffix, any targetEvent)
keySuffix
- A handler key suffix if used.targetEvent
- The target event stringpublic any buildEventKey(any keySuffix, any targetEvent, any targetContext)
keySuffix
- A handler key suffix if used.targetEvent
- The target event stringtargetContext
- The target event context to test.public any buildEventKeyNoContext(any keySuffix, any targetEvent, string targetArgs)
keySuffix
- A handler key suffix if used.targetEvent
- The target event stringtargetArgs
- The string of args to incorporate into the hashpublic string buildHash(string args)
args
- The string of args to incorporate into the hashpublic string getUniqueHash(any event)
event
- The event request context to incorporate into the hash
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |