|
ColdBox Platform - CacheBox Version 1.3.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
cachebox.system.cache.providers.CFProvider
cachebox.system.cache.providers.CFColdBoxProvider
public class CFColdBoxProvider
******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* Author: Luis Majano Description: This CacheBox provider communicates with the built in caches in the Adobe ColdFusion Engine for ColdBox applications.
| Constructor Summary | |
|---|---|
init()
|
|
| Method Summary | |
|---|---|
void |
clearAllEvents([any async='false'])
Clear all events |
void |
clearAllViews([any async='false'])
Clear all views |
void |
clearEvent(any eventsnippet, [any queryString=''])
Clear event |
void |
clearEventMulti(any eventsnippets, [any queryString=''])
Clear multiple events |
void |
clearView(any viewSnippet)
Clear view |
void |
clearViewMulti(any viewsnippets)
Clear multiple view |
any |
getColdbox()
|
any |
getEventCacheKeyPrefix()
|
any |
getEventURLFacade()
|
any |
getViewCacheKeyPrefix()
|
void |
setColdbox(any coldbox)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public void clearAllEvents([any async='false'])
clearAllEvents
in interface
IColdboxApplicationCache
asyncpublic void clearAllViews([any async='false'])
clearAllViews
in interface
IColdboxApplicationCache
asyncpublic void clearEvent(any eventsnippet, [any queryString=''])
clearEvent
in interface
IColdboxApplicationCache
eventsnippetqueryStringpublic void clearEventMulti(any eventsnippets, [any queryString=''])
clearEventMulti
in interface
IColdboxApplicationCache
eventsnippetsqueryStringpublic void clearView(any viewSnippet)
clearView
in interface
IColdboxApplicationCache
viewSnippetpublic void clearViewMulti(any viewsnippets)
clearViewMulti
in interface
IColdboxApplicationCache
viewsnippetspublic any getColdbox()
getColdbox
in interface
IColdboxApplicationCache
public any getEventCacheKeyPrefix()
getEventCacheKeyPrefix
in interface
IColdboxApplicationCache
public any getEventURLFacade()
getEventURLFacade
in interface
IColdboxApplicationCache
public any getViewCacheKeyPrefix()
getViewCacheKeyPrefix
in interface
IColdboxApplicationCache
public void setColdbox(any coldbox)
setColdbox
in interface
IColdboxApplicationCache
coldbox
|
ColdBox Platform - CacheBox Version 1.3.1 | ||||
| FRAMES | |||||