uproot.LRUArrayCache
====================

Defined in `uproot.cache <https://github.com/scikit-hep/uproot4/blob//src/uproot/cache.py>`__ on `line 168 <https://github.com/scikit-hep/uproot4/blob//src/uproot/cache.py#L168>`__.

.. table::
    :class: note

    +---------------------------------------+
    | **Inheritance order:**                |
    +=======================================+
    | #. :doc:`uproot.cache.LRUCache`       |
    | #. ``collections.abc.MutableMapping`` |
    | #. ``collections.abc.Mapping``        |
    | #. ``collections.abc.Collection``     |
    | #. ``collections.abc.Sized``          |
    | #. ``collections.abc.Iterable``       |
    | #. ``collections.abc.Container``      |
    +---------------------------------------+

.. autoclass:: uproot.cache.LRUArrayCache

.. _uproot.cache.LRUArrayCache.sizeof:

sizeof
------

Inherited from :doc:`uproot.cache.LRUCache`.

.. automethod:: uproot.cache.LRUArrayCache.sizeof

.. _uproot.cache.LRUArrayCache.limit:

limit
-----

Inherited from :doc:`uproot.cache.LRUCache`.

.. autoattribute:: uproot.cache.LRUArrayCache.limit

.. _uproot.cache.LRUArrayCache.current:

current
-------

Inherited from :doc:`uproot.cache.LRUCache`.

.. autoattribute:: uproot.cache.LRUArrayCache.current

.. _uproot.cache.LRUArrayCache.keys:

keys
----

Inherited from :doc:`uproot.cache.LRUCache`.

.. automethod:: uproot.cache.LRUArrayCache.keys

.. _uproot.cache.LRUArrayCache.values:

values
------

Inherited from :doc:`uproot.cache.LRUCache`.

.. automethod:: uproot.cache.LRUArrayCache.values

.. _uproot.cache.LRUArrayCache.items:

items
-----

Inherited from :doc:`uproot.cache.LRUCache`.

.. automethod:: uproot.cache.LRUArrayCache.items

