[Home] Type Microsoft.FSharp.Collections.Seq.CacheResult


A CacheResult is the value returned by Seq.cache. It is a sequence object that also is IDisposable.

Full Type Signature

type CacheResult<'a>
  with
    interface IEnumerable
    interface IEnumerable<'a>
    interface IDisposable
    member Clear : unit -> unit
  end

Instance Members

MemberDescription
member Clear : unit -> unit
Clear any data or partial enumeration stored in the cache. Subsequent enumerations will start again from the first element with a fresh enumerator.

See Also

Microsoft.FSharp.Collections.Seq


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19