Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ConcurrentCollectorCache<T> Class

    Namespace: Stride.Core.Threading
    Assembly: Stride.Core.dll
    System.Object → ConcurrentCollectorCache<T>
    Derived from ConcurrentCollectorCache<T>:

    public class ConcurrentCollectorCache<T>
    Type Parameters
    Name Description
    T
    Name Description
    Constructors
    ConcurrentCollectorCache(Int32)
    Methods
    Add(ConcurrentCollector<T>, T)
    Flush()
    | Improve this Doc View Source

    Constructors


    ConcurrentCollectorCache(Int32)

    public ConcurrentCollectorCache(int capacity)
    Parameters
    Type Name Description
    System.Int32 capacity
    | Improve this Doc View Source

    Methods


    Add(ConcurrentCollector<T>, T)

    public void Add(ConcurrentCollector<T> collection, T item)
    Parameters
    Type Name Description
    ConcurrentCollector<T> collection
    T item

    Flush()

    public void Flush()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation