Uneventful
    Preparing search index...

    Namespace $cacheExperimental

    Utilities for manipulating the singleton cache (e.g. for testing)

    Functions

    creating

    The original factory whose singleton $() is currently creating, if any. (Only useful for generic replace factories.)

    replace

    Replace the implementation for a given factory (the "original"), such that future calls to $(original) will call or construct the replacement instead.

    set

    Set the cached singleton instance for a given factory. (e.g. for testing)

    unset

    Unset the cached singleton for a given factory, such that the next call to $(factory) will create a new instance.