AutoStorage by 9ualaBanana

<PackageReference Include="AutoStorage" Version="5.0.0" />

 AutoStorage 5.0.0

Collection that allows specifying storage time (can also be unlimited) for its elements which are removed after it is elapsed.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>AutoStorage</id>
    <version>5.0.0</version>
    <authors>9ualaBanana</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <description>Collection that allows specifying storage time (can also be unlimited) for its elements which are removed after it is elapsed.</description>
    <copyright>9ualaBanana</copyright>
    <tags>interval time storage-time timer library storage collection temp temporary-storage timeout set auto automatic-storage auto-storage limited unlimited</tags>
    <repository url="https://github.com/9ualaBanana/TempStorage" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="GTimer" version="1.5.4" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>