com.ahyakamil.AKCache.constant.AKConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of akcache Show documentation
Show all versions of akcache Show documentation
Simple and powerful caching
package com.ahyakamil.AKCache.constant;
public class AKConstants {
public static final int PERCENTAGE_TO_RENEW_CACHE = 75;
public static final int TTL_TOKEN = 3600;
}