Cachehandler form field type
From Joomla! Documentation
Provides a list of available cache handling options.
- type (mandatory) must be cachehandler.
- name (mandatory) is the unique name of the parameter.
- label (mandatory) (translatable) is the descriptive title of the field.
- description description text for the form field.
- filter filter to apply, normally use "word".
Example XML Definition:
<field name="cache_handler"
type="cachehandler"
default=""
label="COM_CONFIG_FIELD_CACHE_HANDLER_LABEL"
description="COM_CONFIG_FIELD_CACHE_HANDLER_DESC"
filter="word">
</field>