CliMA / ClimaUtilities.jl

Shared utilities for the CliMA project
Apache License 2.0
8 stars 1 forks source link

Add Dict methods to LRUCache #90

Closed imreddyTeja closed 1 month ago

imreddyTeja commented 1 month ago

Purpose

Adds expected Dict methods to LRUCache Closes #79 -- this will automatically close issue 79 on PR merge

To-do

Content

Add haskey, copy, deepcopy, empty, empty!, get, pop!, getindex, setindex!, and delete! methods to LRUCache