pub struct CompositionCache { /* private fields */ }Expand description
Persistent cache that maps normalized problem hashes to composition graphs.
Stored as JSON at ~/.noether/compositions.json (or NOETHER_HOME/compositions.json).
--force bypasses the cache and always re-runs the LLM.
Implementations§
Source§impl CompositionCache
impl CompositionCache
Auto Trait Implementations§
impl Freeze for CompositionCache
impl RefUnwindSafe for CompositionCache
impl Send for CompositionCache
impl Sync for CompositionCache
impl Unpin for CompositionCache
impl UnsafeUnpin for CompositionCache
impl UnwindSafe for CompositionCache
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more