C# Class Rock.Model.ConnectionWorkflowService

Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
FlushCachedTriggers ( ) : void

Flushes the cached triggers.

GetCachedTriggers ( ) : List

Gets the cached triggers.

Private Methods

Method Description
GetOrAddExisting ( Func factory ) : List

Gets the or add existing.

LoadCache ( ) : List

Loads the cache.

Method Details

FlushCachedTriggers() public static method

Flushes the cached triggers.
public static FlushCachedTriggers ( ) : void
return void

GetCachedTriggers() public static method

Gets the cached triggers.
public static GetCachedTriggers ( ) : List
return List