Package com.thingclips.smart.cache.api
See: Description
-
Interface Summary Interface Description ICacheKey The cache key for keyMust override equals and hashCode method, and the no params constructor. ICacheManager The cache manager ICacheStore The cache store interface, you can implement memory caching and disk caching by yourself