Expand description

§Database Cache

This is an in-memory cache that is used to store the state of the DHT database.

Modules§

Structs§

  • The state of an agent’s activity.
  • The state of an authors activity according to this authority.
  • This cache allows us to track selected database queries that are too slow to run frequently. The queries are lazily evaluated and cached. Then the cache is updated in memory without needing to go to the database.