jar

com.github.bingoohuang : westcache

Maven & Gradle

Dec 19, 2022
10 usages
11 stars

westcache · java cache with unified administration

Table Of Contents

Latest Version

Download com.github.bingoohuang : westcache JAR file - Latest Versions:

All Versions

Download com.github.bingoohuang : westcache JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 westcache-0.0.37.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.bingoohuang.westcache.base

├─ com.github.bingoohuang.westcache.base.ExpireAfterWritable.class - [JAR]

├─ com.github.bingoohuang.westcache.base.ExpireAfterWrite.class - [JAR]

├─ com.github.bingoohuang.westcache.base.WestCache.class - [JAR]

├─ com.github.bingoohuang.westcache.base.WestCacheConfig.class - [JAR]

├─ com.github.bingoohuang.westcache.base.WestCacheException.class - [JAR]

├─ com.github.bingoohuang.westcache.base.WestCacheFlusher.class - [JAR]

├─ com.github.bingoohuang.westcache.base.WestCacheInterceptor.class - [JAR]

├─ com.github.bingoohuang.westcache.base.WestCacheItem.class - [JAR]

├─ com.github.bingoohuang.westcache.base.WestCacheKeyer.class - [JAR]

├─ com.github.bingoohuang.westcache.base.WestCacheManager.class - [JAR]

├─ com.github.bingoohuang.westcache.base.WestCacheSnapshot.class - [JAR]

com.github.bingoohuang.westcache.snapshot

├─ com.github.bingoohuang.westcache.snapshot.FileCacheSnapshot.class - [JAR]

├─ com.github.bingoohuang.westcache.snapshot.RedisCacheSnapshot.class - [JAR]

com.github.bingoohuang.westcache.utils

├─ com.github.bingoohuang.westcache.utils.Anns.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.BlackListClass.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.Cglibs.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.Envs.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.ExpireAfterWrites.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.FastJsons.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.Guavas.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.Keys.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.Methods.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.Quartz.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.Redis.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.ScheduledParser.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.Snapshots.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.Specs.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.WestCacheConnector.class - [JAR]

├─ com.github.bingoohuang.westcache.utils.WestCacheOption.class - [JAR]

com.github.bingoohuang.westcache.manager

├─ com.github.bingoohuang.westcache.manager.BaseCacheManager.class - [JAR]

├─ com.github.bingoohuang.westcache.manager.DiamondCacheManager.class - [JAR]

├─ com.github.bingoohuang.westcache.manager.ExpireAfterWritableWestCacheAdaptor.class - [JAR]

├─ com.github.bingoohuang.westcache.manager.ExpiringMapCacheManager.class - [JAR]

├─ com.github.bingoohuang.westcache.manager.FileCacheManager.class - [JAR]

├─ com.github.bingoohuang.westcache.manager.GuavaCacheManager.class - [JAR]

├─ com.github.bingoohuang.westcache.manager.RedisCacheManager.class - [JAR]

com.github.bingoohuang.westcache.cglib

├─ com.github.bingoohuang.westcache.cglib.CacheMethodInterceptor.class - [JAR]

├─ com.github.bingoohuang.westcache.cglib.CglibCacheMethodInterceptor.class - [JAR]

├─ com.github.bingoohuang.westcache.cglib.WestCacheCglib.class - [JAR]

com.github.bingoohuang.westcache.config

├─ com.github.bingoohuang.westcache.config.DefaultWestCacheConfig.class - [JAR]

com.github.bingoohuang.westcache.registry

├─ com.github.bingoohuang.westcache.registry.RegistryTemplate.class - [JAR]

com.github.bingoohuang.westcache

├─ com.github.bingoohuang.westcache.WestCacheFactory.class - [JAR]

├─ com.github.bingoohuang.westcache.WestCacheRegistry.class - [JAR]

├─ com.github.bingoohuang.westcache.WestCacheable.class - [JAR]

com.github.bingoohuang.westcache.keyer

├─ com.github.bingoohuang.westcache.keyer.DefaultKeyer.class - [JAR]

├─ com.github.bingoohuang.westcache.keyer.SimpleKeyer.class - [JAR]

com.github.bingoohuang.westcache.flusher

├─ com.github.bingoohuang.westcache.flusher.ByPassCacheFlusher.class - [JAR]

├─ com.github.bingoohuang.westcache.flusher.DiamondCacheFlusher.class - [JAR]

├─ com.github.bingoohuang.westcache.flusher.DirectValueType.class - [JAR]

├─ com.github.bingoohuang.westcache.flusher.QuartzCacheFlusher.class - [JAR]

├─ com.github.bingoohuang.westcache.flusher.SimpleCacheFlusher.class - [JAR]

├─ com.github.bingoohuang.westcache.flusher.TableBasedCacheFlusher.class - [JAR]

├─ com.github.bingoohuang.westcache.flusher.WestCacheFlusherBean.class - [JAR]

com.github.bingoohuang.westcache.spring

├─ com.github.bingoohuang.westcache.spring.SpringAppContext.class - [JAR]

├─ com.github.bingoohuang.westcache.spring.WestCacheClassFilter.class - [JAR]

├─ com.github.bingoohuang.westcache.spring.WestCacheStaticMethodMatcherPointcut.class - [JAR]

├─ com.github.bingoohuang.westcache.spring.WestCacheableAdvisor.class - [JAR]

├─ com.github.bingoohuang.westcache.spring.WestCacheableClassPathScanner.class - [JAR]

├─ com.github.bingoohuang.westcache.spring.WestCacheableEnabled.class - [JAR]

├─ com.github.bingoohuang.westcache.spring.WestCacheableInterceptor.class - [JAR]

├─ com.github.bingoohuang.westcache.spring.WestCacheableScan.class - [JAR]

├─ com.github.bingoohuang.westcache.spring.WestCacheableScannerConfigurer.class - [JAR]

├─ com.github.bingoohuang.westcache.spring.WestCacheableScannerRegistrar.class - [JAR]

├─ com.github.bingoohuang.westcache.spring.WestCacheableSpringConfig.class - [JAR]

com.github.bingoohuang.westcache.outofbox

├─ com.github.bingoohuang.westcache.outofbox.MallCacheable.class - [JAR]

├─ com.github.bingoohuang.westcache.outofbox.PackageLimitedKeyer.class - [JAR]

├─ com.github.bingoohuang.westcache.outofbox.TableCacheFlusher.class - [JAR]

├─ com.github.bingoohuang.westcache.outofbox.TableCacheFlusherDao.class - [JAR]

com.github.bingoohuang.westcache.spring.exclude

├─ com.github.bingoohuang.westcache.spring.exclude.ExcludeEqlerSupplier.class - [JAR]

├─ com.github.bingoohuang.westcache.spring.exclude.WestCacheExcludeAnnotationTypeSupplier.class - [JAR]

├─ com.github.bingoohuang.westcache.spring.exclude.WestCacheExcludes.class - [JAR]

com.github.bingoohuang.westcache.interceptor

├─ com.github.bingoohuang.westcache.interceptor.ByPassInterceptor.class - [JAR]

├─ com.github.bingoohuang.westcache.interceptor.RedisInterceptor.class - [JAR]

Advertisement

Dependencies from Group

eql
Mar 22, 2023
23 usages
192 stars
Jul 21, 2020
20 usages
4 stars
Dec 14, 2018
18 usages
3 stars
Apr 28, 2019
15 usages
5 stars
Sep 18, 2014
11 usages
45 stars

Discover Dependencies

Dec 16, 2016
5 usages
13k stars
Dec 16, 2016
5 usages
13k stars
Jul 23, 2023
7 usages
334 stars
Jan 15, 2020
7 usages
656 stars
Apr 15, 2022
8 usages
1.4k stars
Jan 19, 2021
5 usages
734 stars
Feb 09, 2017
11 usages
Aug 15, 2023
43 usages
1k stars
Aug 24, 2023
6 usages
30 stars