package se.cloud.analysis.redis; public interface KeyPrefix { public int getExpireSeconds(); public String getPrefix(); }