jar

org.coconut.cache : coconut-cache-api

Maven & Gradle

Nov 14, 2007
4 usages

Coconut Cache API · API for Coconut Cache

Table Of Contents

Latest Version

Download org.coconut.cache : coconut-cache-api JAR file - Latest Versions:

All Versions

Download org.coconut.cache : coconut-cache-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 coconut-cache-api-1.0-alpha3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.coconut.cache.util

├─ org.coconut.cache.util.CacheSingleton.class - [JAR]

org.coconut.cache.service.exceptionhandling

├─ org.coconut.cache.service.exceptionhandling.CacheExceptionContext.class - [JAR]

├─ org.coconut.cache.service.exceptionhandling.CacheExceptionHandler.class - [JAR]

├─ org.coconut.cache.service.exceptionhandling.CacheExceptionHandlers.class - [JAR]

├─ org.coconut.cache.service.exceptionhandling.CacheExceptionHandlingConfiguration.class - [JAR]

org.coconut.cache.spi

├─ org.coconut.cache.spi.AbstractCacheServiceConfiguration.class - [JAR]

├─ org.coconut.cache.spi.CacheSPI.class - [JAR]

├─ org.coconut.cache.spi.CacheServiceSupport.class - [JAR]

├─ org.coconut.cache.spi.ConfigurationValidator.class - [JAR]

├─ org.coconut.cache.spi.IllegalCacheConfigurationException.class - [JAR]

├─ org.coconut.cache.spi.ReplacementPolicy.class - [JAR]

├─ org.coconut.cache.spi.XmlConfigurator.class - [JAR]

org.coconut.cache

├─ org.coconut.cache.Cache.class - [JAR]

├─ org.coconut.cache.CacheAttributes.class - [JAR]

├─ org.coconut.cache.CacheConfiguration.class - [JAR]

├─ org.coconut.cache.CacheEntry.class - [JAR]

├─ org.coconut.cache.CacheException.class - [JAR]

├─ org.coconut.cache.CacheServices.class - [JAR]

org.coconut.cache.service.expiration

├─ org.coconut.cache.service.expiration.CacheExpirationConfiguration.class - [JAR]

├─ org.coconut.cache.service.expiration.CacheExpirationMXBean.class - [JAR]

├─ org.coconut.cache.service.expiration.CacheExpirationService.class - [JAR]

org.coconut.cache.service.event

├─ org.coconut.cache.service.event.CacheEntryEvent.class - [JAR]

├─ org.coconut.cache.service.event.CacheEvent.class - [JAR]

├─ org.coconut.cache.service.event.CacheEventConfiguration.class - [JAR]

├─ org.coconut.cache.service.event.CacheEventFilters.class - [JAR]

├─ org.coconut.cache.service.event.CacheEventService.class - [JAR]

org.coconut.cache.service.statistics

├─ org.coconut.cache.service.statistics.CacheHitStat.class - [JAR]

├─ org.coconut.cache.service.statistics.CacheStatisticsConfiguration.class - [JAR]

├─ org.coconut.cache.service.statistics.CacheStatisticsMXBean.class - [JAR]

├─ org.coconut.cache.service.statistics.CacheStatisticsService.class - [JAR]

org.coconut.cache.service.loading

├─ org.coconut.cache.service.loading.AbstractCacheLoader.class - [JAR]

├─ org.coconut.cache.service.loading.CacheLoader.class - [JAR]

├─ org.coconut.cache.service.loading.CacheLoaderCallback.class - [JAR]

├─ org.coconut.cache.service.loading.CacheLoadingConfiguration.class - [JAR]

├─ org.coconut.cache.service.loading.CacheLoadingMXBean.class - [JAR]

├─ org.coconut.cache.service.loading.CacheLoadingService.class - [JAR]

org.coconut.cache.service.worker

├─ org.coconut.cache.service.worker.CacheWorkerConfiguration.class - [JAR]

├─ org.coconut.cache.service.worker.CacheWorkerManager.class - [JAR]

org.coconut.cache.service.eviction

├─ org.coconut.cache.service.eviction.CacheEvictionConfiguration.class - [JAR]

├─ org.coconut.cache.service.eviction.CacheEvictionMXBean.class - [JAR]

├─ org.coconut.cache.service.eviction.CacheEvictionService.class - [JAR]

org.coconut.cache.service.servicemanager

├─ org.coconut.cache.service.servicemanager.AbstractCacheLifecycle.class - [JAR]

├─ org.coconut.cache.service.servicemanager.AsynchronousShutdownObject.class - [JAR]

├─ org.coconut.cache.service.servicemanager.CacheLifecycle.class - [JAR]

├─ org.coconut.cache.service.servicemanager.CacheServiceManagerConfiguration.class - [JAR]

├─ org.coconut.cache.service.servicemanager.CacheServiceManagerService.class - [JAR]

org.coconut.cache.service.management

├─ org.coconut.cache.service.management.CacheMXBean.class - [JAR]

├─ org.coconut.cache.service.management.CacheManagementConfiguration.class - [JAR]

├─ org.coconut.cache.service.management.CacheManagementService.class - [JAR]

Advertisement