
com.freya02.botcommands.api.commands.application.slash.autocomplete.AutocompleteCacheMode Maven / Gradle / Ivy
package com.freya02.botcommands.api.commands.application.slash.autocomplete;
/**
* See values
*/
public enum AutocompleteCacheMode {
/**
* The autocomplete choice list will be computed for each new key
*
The value is assumed to always be the same at any point in time, for the same key, as f(key, t) = value(key)
*
The values may be computed if the key has been evicted
*/
CONSTANT_BY_KEY
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy