Cache
Commands for inspecting and managing the local feature cache (.splent_cache/features/).
For a conceptual explanation of what the cache is, how it works, and what problems it solves, see SPLENT Cache.
Command reference
| Command | Description |
|---|---|
cache:status |
Overview of all cached entries (editable vs versioned) |
cache:size |
Disk usage per namespace and entry |
cache:versions |
All cached versions of a specific feature |
cache:usage |
Which products reference each feature |
cache:orphans |
Entries not referenced by any product |
cache:outdated |
Products using an older version than what is cached |
cache:prune |
Delete orphaned entries and clean broken symlinks |
cache:clear |
Full or partial cache wipe (by namespace, by feature) |
cache:prune is the safe option — it removes only what no product uses. cache:clear is the nuclear option.