Sets a specific value for a named counter, stored in default or custom location. Used for initializing or correcting counter values.
Retrieves the current numerical value of a named counter, allowing you to monitor and track the state of various counters in your application.
Thread safe function managing a counter by name. Increments counter value and returns new value. If counter not set, starts at value 1.