jar

me.ahoo.cocache : cocache-core

Maven & Gradle

Aug 17, 2023
2 usages
5 stars

CoCache · Level 2 Distributed Coherence Cache Framework

Table Of Contents

Latest Version

Download me.ahoo.cocache : cocache-core JAR file - Latest Versions:

All Versions

Download me.ahoo.cocache : cocache-core JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.1.x
1.0.x
0.5.x
0.4.x
0.3.x
0.2.x
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 cocache-core-2.1.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

me.ahoo.cache.converter

├─ me.ahoo.cache.converter.ExpKeyConverter.class - [JAR]

├─ me.ahoo.cache.converter.KeyConverter.class - [JAR]

├─ me.ahoo.cache.converter.ToStringKeyConverter.class - [JAR]

me.ahoo.cache.util

├─ me.ahoo.cache.util.CacheSecondClock.class - [JAR]

├─ me.ahoo.cache.util.ClientIdGenerator.class - [JAR]

├─ me.ahoo.cache.util.HostClientIdGenerator.class - [JAR]

├─ me.ahoo.cache.util.SecondClock.class - [JAR]

├─ me.ahoo.cache.util.SystemSecondClock.class - [JAR]

├─ me.ahoo.cache.util.UUIDClientIdGenerator.class - [JAR]

me.ahoo.cache.distributed.mock

├─ me.ahoo.cache.distributed.mock.MockDistributedCache.class - [JAR]

me.ahoo.cache.filter

├─ me.ahoo.cache.filter.BloomKeyFilter.class - [JAR]

├─ me.ahoo.cache.filter.NoOpKeyFilter.class - [JAR]

me.ahoo.cache.source

├─ me.ahoo.cache.source.NoOpCacheSource.class - [JAR]

me.ahoo.cache.consistency

├─ me.ahoo.cache.consistency.CacheEvictedEvent.class - [JAR]

├─ me.ahoo.cache.consistency.CacheEvictedEventBus.class - [JAR]

├─ me.ahoo.cache.consistency.CacheEvictedSubscriber.class - [JAR]

├─ me.ahoo.cache.consistency.CacheEvictedSubscriberAdapter.class - [JAR]

├─ me.ahoo.cache.consistency.GuavaCacheEvictedEventBus.class - [JAR]

├─ me.ahoo.cache.consistency.NoOpCacheEvictedEventBus.class - [JAR]

me.ahoo.cache.distributed

├─ me.ahoo.cache.distributed.DistributedCache.class - [JAR]

├─ me.ahoo.cache.distributed.DistributedClientId.class - [JAR]

me.ahoo.cache.client

├─ me.ahoo.cache.client.ClientSideCache.class - [JAR]

├─ me.ahoo.cache.client.GuavaClientSideCache.class - [JAR]

├─ me.ahoo.cache.client.MapClientSideCache.class - [JAR]

me.ahoo.cache

├─ me.ahoo.cache.Cache.class - [JAR]

├─ me.ahoo.cache.CacheConfig.class - [JAR]

├─ me.ahoo.cache.CacheGetter.class - [JAR]

├─ me.ahoo.cache.CacheManager.class - [JAR]

├─ me.ahoo.cache.CacheSource.class - [JAR]

├─ me.ahoo.cache.CacheValue.class - [JAR]

├─ me.ahoo.cache.CoCache.class - [JAR]

├─ me.ahoo.cache.CoherentCache.class - [JAR]

├─ me.ahoo.cache.KeyFilter.class - [JAR]

├─ me.ahoo.cache.MissingGuard.class - [JAR]

├─ me.ahoo.cache.NamedCache.class - [JAR]

├─ me.ahoo.cache.TtlAt.class - [JAR]

me.ahoo.cache.join

├─ me.ahoo.cache.join.ExtractJoinKey.class - [JAR]

├─ me.ahoo.cache.join.JoinCache.class - [JAR]

├─ me.ahoo.cache.join.JoinValue.class - [JAR]

├─ me.ahoo.cache.join.SimpleJoinCaching.class - [JAR]

Advertisement