-
Notifications
You must be signed in to change notification settings - Fork 20
Managing variables
The variables screen allows you to search, filter, edit and delete cached Stash variables and static file caches.
Narrow your search by bundle or scope, and/or start typing part of a variable name to instantly filter the variables displayed. To clear one or more specific variables, check the checkboxes to the right of each row and hit the 'delete selected' button.
Click on a variable name to edit the content of the variable. If you are editing a variable with an associated static file cache (i.e. a variable assigned to the static bundle), the file will also be updated.
All variables in the current site can be cleared in one go, or you can choose to limit the clear to site-scoped or user-scoped variables only.
Getting started
Using Stash
Using Mustash
- Mustash
- Installing Mustash
- Managing variables
- Managing bundles
- Cache-breaking rules
- Mustash plugins
- Mustash Varnish plugin
- Mustash plugin development
- Mustash API
Template design patterns
Tag reference
- {exp:stash:set}
- {exp:stash:get}
- {exp:stash:block}
- {exp:stash:set_value}
- {exp:stash:append}
- {exp:stash:append_value}
- {exp:stash:prepend}
- {exp:stash:prepend_value}
- {exp:stash:copy}
- {exp:stash:context}
- {exp:stash:is_empty}
- {exp:stash:not_empty}
- {exp:stash:set_list}
- {exp:stash:get_list}
- {exp:stash:append_list}
- {exp:stash:prepend_list}
- {exp:stash:split_list}
- {exp:stash:join_lists}
- {exp:stash:list_count}
- {exp:stash:unset}
- {exp:stash:flush_cache}
- {exp:stash:bundle}
- {stash:embed}
- {exp:stash:extend}
- {exp:stash:parse}
- {exp:stash:cache}
- {exp:stash:static}
- {exp:stash:finish}
- {exp:stash:not_found}
- Short tag syntax
- Using Stash methods in your own add-ons