.. role:: ts-api-decorator

#################
StreamcacheModule
#################

.. js:module:: Sc
   :noindex:

.. container:: ts-api-section

   .. js:class:: StreamcacheModule



.. container:: api-index-section

   .. rubric:: Constructors

   .. rst-class:: api-index-list-item api-kind-constructor api-parent-kind-class

   * :js:meth:`~Sc.StreamcacheModule.constructor`



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-class

   * :js:attr:`~Sc.StreamcacheModule.defaultBinary`
   * :js:attr:`~Sc.StreamcacheModule.defaultEnginePath`
   * :js:attr:`~Sc.StreamcacheModule.defaultModule`



.. container:: api-index-section

   .. rubric:: Methods

   .. rst-class:: api-index-list-item api-kind-method api-parent-kind-class

   * :js:meth:`~Sc.StreamcacheModule.createInstance`
   * :js:meth:`~Sc.StreamcacheModule.setupNewView`





------------

Constructors
============

.. container:: ts-api-section

   .. js:function:: StreamcacheModule.constructor()



      :rtype: StreamcacheModule



Properties
==========

.. container:: ts-api-section

   .. js:attribute:: StreamcacheModule.defaultBinary

      :type: unknown





.. container:: ts-api-section

   .. js:attribute:: StreamcacheModule.defaultEnginePath

      :type: string :ts-api-decorator:`optional`





.. container:: ts-api-section

   .. js:attribute:: StreamcacheModule.defaultModule

      :type: any





Methods
=======

.. rst-class:: ts-api-section

:ts-api-decorator:`static` createInstance
-----------------------------------------

.. js:method:: StreamcacheModule.createInstance( instanceArgs)

   :param instanceArgs: None
   :type instanceArgs: StartArgs


   :rtype: Promise <Partial <Facade>>

.. rst-class:: ts-api-section

:ts-api-decorator:`static` setupNewView
---------------------------------------

.. js:method:: StreamcacheModule.setupNewView( facade, view_key, container)

   :param facade: None
   :type facade: Facade
   :param view_key: None
   :type view_key: ViewKey
   :param container: None
   :type container: string | HTMLElement


   :rtype: void

