AtomSpace::LRUCache
Inherits Reference < Object
LRU Cache for frequently accessed atoms - reduces network I/O by 50-70%
Constructors
new(max_size : Int32 = 10000)
Instance methods
clear
get(handle : Handle) : Atom | Nil
invalidate(handle : Handle)
put(atom : Atom)
size
stats