package org.ros.chatto.logged; import org.springframework.cache.annotation.CacheEvict; public class TokenCacheUtil { @CacheEvict(value = "userTokenCache", key = "#cacheKey") public static void evictSingleTokenValue(String cacheKey) { } }