Skip to content
Chaos edited this page Mar 26, 2014 · 2 revisions

Usage

管理 Spree 的本机缓存,目前仅用于清理缓存

spree cache clean family[/package[@version]]

缓存目录为 HOME 目录下的 .spree/cache/

Example

清空所有缓存

spree cache clean

清空指定的 family 或模块的缓存

spree cache clean gallery
spree cache clean gallery/jquery
spree cache clean gallery/jquery@1.11.0