All Downloads are FREE. Search and download functionalities are using the official Maven repository.

help.drop.adoc Maven / Gradle / Ivy

DROP(1)
=======
:doctype: manpage


NAME
----
drop - deletes caches and counters.


SYNOPSIS
--------
*drop cache* `CACHE_NAME`

*drop counter* `COUNTER_NAME`


EXAMPLES
--------
`drop cache mycache` +
Deletes the `mycache` cache.

`drop counter cnt_a` +
Deletes the `cnt_a` counter.


SEE ALSO
--------
create(1), clearcache(1)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy