jar

io.github.izachwei : spring-boot-starter-easycache

Maven & Gradle

Nov 01, 2022

easy-cache · 一个基于 SpringBoot 的缓存组件(starter)

Table Of Contents

Latest Version

Download io.github.izachwei : spring-boot-starter-easycache JAR file - Latest Versions:

All Versions

Download io.github.izachwei : spring-boot-starter-easycache JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-starter-easycache-1.0.0-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.easycache.cacheapi.core.service

├─ com.easycache.cacheapi.core.service.MemoryCacheManager.class - [JAR]

com.easycache.cacheapi.core

├─ com.easycache.cacheapi.core.CacheManager.class - [JAR]

com.easycache.cacheapi.starter.configuration

├─ com.easycache.cacheapi.starter.configuration.CacheManagerAutoConfiguration.class - [JAR]

com.easycache.cacheapi.core.annotation

├─ com.easycache.cacheapi.core.annotation.CacheSourceType.class - [JAR]

├─ com.easycache.cacheapi.core.annotation.Cached.class - [JAR]

com.easycache.cacheapi.core.util

├─ com.easycache.cacheapi.core.util.MD5Util.class - [JAR]

com.easycache.cacheapi.core.aspect

├─ com.easycache.cacheapi.core.aspect.CacheAspect.class - [JAR]

com.easycache.cacheapi.util

├─ com.easycache.cacheapi.util.AbstractConstant.class - [JAR]

├─ com.easycache.cacheapi.util.Constant.class - [JAR]

├─ com.easycache.cacheapi.util.ConstantPool.class - [JAR]

com.easycache.cacheapi.starter.enable

├─ com.easycache.cacheapi.starter.enable.EnableCache.class - [JAR]

├─ com.easycache.cacheapi.starter.enable.MarkerConfiguration.class - [JAR]

com.easycache.cacheapi.common

├─ com.easycache.cacheapi.common.CacheType.class - [JAR]