Search Results for

    Show / Hide Table of Contents

    Class EphemeralCaches

    Lower-quality caching for when Relayout-Tracking is disabled or not present (Relayout-Tracking maintains finer-grained caches and disposes of them immediately when not needed any more).

    Inheritance
    Object
    EphemeralCaches
    Namespace: NinjaTools.FlexBuilder.LayoutAlgorithms
    Assembly: cs.temp.dll.dll
    Syntax
    public static class EphemeralCaches

    Methods

    - (void) ClearAllCachedDataForContentSizeCalculations()

    - (void) ClearCachedDataForContainerSizeCalculations(FlexContainer)

    Currently: always clears everything; ultimate goal: TODO: ONLY if param is null clear ALL data from ALL the container-size caches

    Parameters
    FlexContainer soloContainer

    - (void) Editor_ClearAllCaches()

    Should ONLY be used by TestRunner tests - in all other cases, flushing should be automatically correct in-Editor, at runtime, etc

    - (Boolean) HasCacheFor(out EphemeralLayoutCache)

    Parameters
    EphemeralLayoutCache<T1, T2> cache
    Returns
    Boolean
    Type Parameters
    T1
    T2
    In This Article
    Back to top http://flexbuilder.ninja