lru_ng
stable

Contents:

  • 1. Introduction
  • 2. API Reference
  • 3. Hits and misses
  • 4. Compatibility
  • 5. Thread safety
  • 6. Re-entrancy
  • 7. Performance
lru_ng
  • »
  • Index
  • Edit on GitHub

Index

_ | C | G | H | I | K | L | M | P | S | T | U | V

_

  • __contains__() (lru_ng.LRUDict method)
  • __delitem__() (lru_ng.LRUDict method)
  • __getitem__() (lru_ng.LRUDict method)
  • __len__() (lru_ng.LRUDict method)
  • __repr__() (lru_ng.LRUDict method)
  • __setitem__() (lru_ng.LRUDict method)
  • _detect_conflict() (lru_ng.LRUDict property)
  • _max_pending_callbacks() (lru_ng.LRUDict property)
  • _purge_queue_size() (lru_ng.LRUDict property)
  • _suspend_purge() (lru_ng.LRUDict property)

C

  • callback() (lru_ng.LRUDict property)
  • clear() (lru_ng.LRUDict method)

G

  • get() (lru_ng.LRUDict method)
  • get_size() (lru_ng.LRUDict method)
  • get_stats() (lru_ng.LRUDict method)

H

  • has_key() (lru_ng.LRUDict method)

I

  • items() (lru_ng.LRUDict method)

K

  • keys() (lru_ng.LRUDict method)

L

  • lru_ng
    • module
  • LRUDict (class in lru_ng)
  • LRUDictBusyError

M

  • module
    • lru_ng

P

  • peek_first_item() (lru_ng.LRUDict method)
  • peek_last_item() (lru_ng.LRUDict method)
  • pop() (lru_ng.LRUDict method)
  • popitem() (lru_ng.LRUDict method)
  • purge() (lru_ng.LRUDict method)

S

  • set_callback() (lru_ng.LRUDict method)
  • set_size() (lru_ng.LRUDict method)
  • setdefault() (lru_ng.LRUDict method)
  • size() (lru_ng.LRUDict property)

T

  • to_dict() (lru_ng.LRUDict method)

U

  • update() (lru_ng.LRUDict method)

V

  • values() (lru_ng.LRUDict method)

© Copyright 2021, lru_ng Contributors. Revision 1b04d836.

Built with Sphinx using a theme provided by Read the Docs.