cache:size
Show disk usage of the feature cache, broken down by namespace and entry.
Usage
splent cache:size
Example output
splent_io 142.3 MB
├── splent_feature_auth editable 8.1 MB
├── splent_feature_auth @v1.0.0 6.4 MB
├── splent_feature_auth @v1.2.7 6.5 MB
├── splent_feature_redis editable 12.3 MB
└── splent_feature_redis @v1.2.7 9.7 MB
Total: 142.3 MB
Description
Recursively calculates the size of every directory inside .splent_cache/features/, grouped by namespace. Entries without a version suffix are shown as editable; entries with @version are shown as versioned snapshots.
Useful for identifying which old versioned snapshots are consuming the most disk space before running cache:prune or cache:clear.