All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download westcache JAR 0.0.28 with all dependencies


java cache with unified administration

Files of the artifact westcache version 0.0.28 from the group com.github.bingoohuang.

Artifact westcache
Group com.github.bingoohuang
Version 0.0.28
Last update 25. March 2018
Tags: unified with cache java administration
Organization not specified
URL http://github.com/bingoohuang/westcache
License The Apache Software License, Version 2.0
Dependencies amount 8
Dependencies java-utils, asm, commons-lang3, joda-time, fastjson, guava, slf4j-api, auto-service,
There are maybe transitive dependencies!
There is a newer version: 0.0.37
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of westcache Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of westcache version 0.0.28

META-INF
META-INF.META-INF.MANIFEST.MF
com.github.bingoohuang.westcache
com.github.bingoohuang.westcache.com.github.bingoohuang.westcache.WestCacheFactory
com.github.bingoohuang.westcache.com.github.bingoohuang.westcache.WestCacheRegistry
com.github.bingoohuang.westcache.com.github.bingoohuang.westcache.WestCacheable
com.github.bingoohuang.westcache.base
com.github.bingoohuang.westcache.base.com.github.bingoohuang.westcache.base.ExpireAfterWritable
com.github.bingoohuang.westcache.base.com.github.bingoohuang.westcache.base.ExpireAfterWrite
com.github.bingoohuang.westcache.base.com.github.bingoohuang.westcache.base.WestCache
com.github.bingoohuang.westcache.base.com.github.bingoohuang.westcache.base.WestCacheConfig
com.github.bingoohuang.westcache.base.com.github.bingoohuang.westcache.base.WestCacheException
com.github.bingoohuang.westcache.base.com.github.bingoohuang.westcache.base.WestCacheFlusher
com.github.bingoohuang.westcache.base.com.github.bingoohuang.westcache.base.WestCacheInterceptor
com.github.bingoohuang.westcache.base.com.github.bingoohuang.westcache.base.WestCacheItem
com.github.bingoohuang.westcache.base.com.github.bingoohuang.westcache.base.WestCacheKeyer
com.github.bingoohuang.westcache.base.com.github.bingoohuang.westcache.base.WestCacheManager
com.github.bingoohuang.westcache.base.com.github.bingoohuang.westcache.base.WestCacheSnapshot
com.github.bingoohuang.westcache.batch
com.github.bingoohuang.westcache.batch.com.github.bingoohuang.westcache.batch.Batcher
com.github.bingoohuang.westcache.batch.com.github.bingoohuang.westcache.batch.BatcherBuilder
com.github.bingoohuang.westcache.batch.com.github.bingoohuang.westcache.batch.BatcherJob
com.github.bingoohuang.westcache.cglib
com.github.bingoohuang.westcache.cglib.com.github.bingoohuang.westcache.cglib.CacheMethodInterceptor
com.github.bingoohuang.westcache.cglib.com.github.bingoohuang.westcache.cglib.CglibCacheMethodInterceptor
com.github.bingoohuang.westcache.cglib.com.github.bingoohuang.westcache.cglib.Cglibs
com.github.bingoohuang.westcache.cglib.com.github.bingoohuang.westcache.cglib.WestCacheCglib
com.github.bingoohuang.westcache.config
com.github.bingoohuang.westcache.config.com.github.bingoohuang.westcache.config.DefaultWestCacheConfig
com.github.bingoohuang.westcache.flusher
com.github.bingoohuang.westcache.flusher.com.github.bingoohuang.westcache.flusher.ByPassCacheFlusher
com.github.bingoohuang.westcache.flusher.com.github.bingoohuang.westcache.flusher.DiamondCacheFlusher
com.github.bingoohuang.westcache.flusher.com.github.bingoohuang.westcache.flusher.DirectValueType
com.github.bingoohuang.westcache.flusher.com.github.bingoohuang.westcache.flusher.QuartzCacheFlusher
com.github.bingoohuang.westcache.flusher.com.github.bingoohuang.westcache.flusher.SimpleCacheFlusher
com.github.bingoohuang.westcache.flusher.com.github.bingoohuang.westcache.flusher.TableBasedCacheFlusher
com.github.bingoohuang.westcache.flusher.com.github.bingoohuang.westcache.flusher.WestCacheFlusherBean
com.github.bingoohuang.westcache.interceptor
com.github.bingoohuang.westcache.interceptor.com.github.bingoohuang.westcache.interceptor.ByPassInterceptor
com.github.bingoohuang.westcache.interceptor.com.github.bingoohuang.westcache.interceptor.RedisInterceptor
com.github.bingoohuang.westcache.keyer
com.github.bingoohuang.westcache.keyer.com.github.bingoohuang.westcache.keyer.DefaultKeyer
com.github.bingoohuang.westcache.keyer.com.github.bingoohuang.westcache.keyer.SimpleKeyer
com.github.bingoohuang.westcache.manager
com.github.bingoohuang.westcache.manager.com.github.bingoohuang.westcache.manager.BaseCacheManager
com.github.bingoohuang.westcache.manager.com.github.bingoohuang.westcache.manager.DiamondCacheManager
com.github.bingoohuang.westcache.manager.com.github.bingoohuang.westcache.manager.ExpireAfterWritableWestCacheAdaptor
com.github.bingoohuang.westcache.manager.com.github.bingoohuang.westcache.manager.ExpiringMapCacheManager
com.github.bingoohuang.westcache.manager.com.github.bingoohuang.westcache.manager.FileCacheManager
com.github.bingoohuang.westcache.manager.com.github.bingoohuang.westcache.manager.GuavaCacheManager
com.github.bingoohuang.westcache.manager.com.github.bingoohuang.westcache.manager.RedisCacheManager
com.github.bingoohuang.westcache.outofbox
com.github.bingoohuang.westcache.outofbox.com.github.bingoohuang.westcache.outofbox.MallCacheable
com.github.bingoohuang.westcache.outofbox.com.github.bingoohuang.westcache.outofbox.PackageLimitedKeyer
com.github.bingoohuang.westcache.outofbox.com.github.bingoohuang.westcache.outofbox.TableCacheFlusher
com.github.bingoohuang.westcache.outofbox.com.github.bingoohuang.westcache.outofbox.TableCacheFlusherDao
com.github.bingoohuang.westcache.registry
com.github.bingoohuang.westcache.registry.com.github.bingoohuang.westcache.registry.RegistryTemplate
com.github.bingoohuang.westcache.snapshot
com.github.bingoohuang.westcache.snapshot.com.github.bingoohuang.westcache.snapshot.FileCacheSnapshot
com.github.bingoohuang.westcache.snapshot.com.github.bingoohuang.westcache.snapshot.RedisCacheSnapshot
com.github.bingoohuang.westcache.spring
com.github.bingoohuang.westcache.spring.com.github.bingoohuang.westcache.spring.SpringAppContext
com.github.bingoohuang.westcache.spring.com.github.bingoohuang.westcache.spring.WestCacheClassFilter
com.github.bingoohuang.westcache.spring.com.github.bingoohuang.westcache.spring.WestCacheStaticMethodMatcherPointcut
com.github.bingoohuang.westcache.spring.com.github.bingoohuang.westcache.spring.WestCacheableAdvisor
com.github.bingoohuang.westcache.spring.com.github.bingoohuang.westcache.spring.WestCacheableClassPathScanner
com.github.bingoohuang.westcache.spring.com.github.bingoohuang.westcache.spring.WestCacheableEnabled
com.github.bingoohuang.westcache.spring.com.github.bingoohuang.westcache.spring.WestCacheableInterceptor
com.github.bingoohuang.westcache.spring.com.github.bingoohuang.westcache.spring.WestCacheableScan
com.github.bingoohuang.westcache.spring.com.github.bingoohuang.westcache.spring.WestCacheableScannerConfigurer
com.github.bingoohuang.westcache.spring.com.github.bingoohuang.westcache.spring.WestCacheableScannerRegistrar
com.github.bingoohuang.westcache.spring.com.github.bingoohuang.westcache.spring.WestCacheableSpringConfig
com.github.bingoohuang.westcache.utils
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.Anns
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.AntPathMatcher
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.BlackListClass
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.Durations
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.Envs
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.ExpireAfterWrites
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.FastJsons
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.Guavas
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.JsonJodaDeserializer
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.JsonJodaSerializer
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.Keys
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.MethodProvider
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.Methods
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.Quartz
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.QuietCloseable
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.Redis
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.ScheduledParser
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.Snapshots
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.Specs
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.WestCacheConnector
com.github.bingoohuang.westcache.utils.com.github.bingoohuang.westcache.utils.WestCacheOption




© 2015 - 2024 Weber Informatics LLC | Privacy Policy