box.system.cache.archive.util.concurrent.Callable interface">
|
ColdBox Platform - WireBox Version 1.2.0 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
wirebox.system.cache.archive.util.EventURLFacade
public class EventURLFacade
This object acts as an url/form 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)
cacheManager - The cache manager| 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 - WireBox Version 1.2.0 | ||||
| FRAMES | |||||