EngineManager Methods

The EngineManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearCaches
Clears all the caches on this instance of the engine, and sends a message to all other servers indicating that their caches should be invalidated as well.
Public methodStatic memberClearCaches(CacheKinds)
Clears the specified cache(s) on this instance of the engine, and sends a message to all other servers indicating that their caches should be invalidated as well.
Public methodStatic memberDestroyAndReinitializeAllData
Destroys all data in the application database and re-initializes the database.
Public methodStatic memberCode exampleShutdownEngine
Terminates the currently running application engine, if one is running.
Public methodStatic memberCode exampleStartEngine
Boots up the application engine.
Top
See Also