Dontopedia

put

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)

put has 16 facts recorded in Dontopedia across 1 reference, with 1 live disagreement.

16 facts·13 predicates·1 sources·1 in dispute

Mostly:has parameter(3), rdf:type(1), assigns to cache(1)

Maturity scale raw canonical shape-checked rule-derived certified

Other facts (15)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

15 facts
PredicateValueRef
Has ParameterSelf[1]
Has ParameterKey[1]
Has ParameterValue[1]
Rdf:typeMethod[1]
Assigns to CacheSelf.cache[1]
Checks Length ConditionLen(self.cache) > Self.capacity[1]
Calls MethodPopitem[1]
Method ArgumentLast=false[1]
Moves Existing Key to EndKey[1]
Updates Cache After MoveSelf.cache[key] = Value[1]
Evicts Oldest EntryLast=false[1]
Uses Conditional MoveKey in Self.cache[1]
Reuses Existing KeyKey[1]
Checks Key Existence Before MoveKey in Self.cache[1]
Conditional LogicLength Check[1]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

typebeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:Method
labelbeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
put
hasParameterbeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:self
hasParameterbeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:key
hasParameterbeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:value
assignsToCachebeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:self.cache
checksLengthConditionbeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:len(self.cache) > self.capacity
callsMethodbeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:popitem
methodArgumentbeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:last=False
movesExistingKeyToEndbeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:key
updatesCacheAfterMovebeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:self.cache[key] = value
evictsOldestEntrybeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:last=False
usesConditionalMovebeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:key in self.cache
reusesExistingKeybeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:key
checksKeyExistenceBeforeMovebeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:key in self.cache
conditionalLogicbeam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
ex:lengthCheck

References (1)

1 references
  1. ctx:claims/beam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
    • full textbeam-chunk
      text/plain1 KBdoc:beam/58fbf4b9-8fd6-4e9d-b079-ec04556e0f3b
      Show excerpt
      if key in self.cache: self.cache.move_to_end(key, last=True) self.cache[key] = value if len(self.cache) > self.capacity: self.cache.popitem(last=False) # Example usage cache = LRUCache(capaci

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.