jar

org.wso2.carbon.caching : org.wso2.carbon.caching

Maven & Gradle

Feb 28, 2017
25 usages
1 stars

WSO2 Carbon Caching - JSR107 JCache Implementation

Table Of Contents

Latest Version

Download org.wso2.carbon.caching : org.wso2.carbon.caching JAR file - Latest Versions:

All Versions

Download org.wso2.carbon.caching : org.wso2.carbon.caching JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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 org.wso2.carbon.caching-1.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

javax.cache.integration

├─ javax.cache.integration.CacheLoader.class - [JAR]

├─ javax.cache.integration.CacheLoaderException.class - [JAR]

├─ javax.cache.integration.CacheWriter.class - [JAR]

├─ javax.cache.integration.CacheWriterException.class - [JAR]

├─ javax.cache.integration.CompletionListener.class - [JAR]

├─ javax.cache.integration.CompletionListenerFuture.class - [JAR]

javax.cache

├─ javax.cache.Cache.class - [JAR]

├─ javax.cache.CacheException.class - [JAR]

├─ javax.cache.CacheManager.class - [JAR]

├─ javax.cache.Caching.class - [JAR]

javax.cache.expiry

├─ javax.cache.expiry.AccessedExpiryPolicy.class - [JAR]

├─ javax.cache.expiry.CreatedExpiryPolicy.class - [JAR]

├─ javax.cache.expiry.Duration.class - [JAR]

├─ javax.cache.expiry.EternalExpiryPolicy.class - [JAR]

├─ javax.cache.expiry.ExpiryPolicy.class - [JAR]

├─ javax.cache.expiry.ModifiedExpiryPolicy.class - [JAR]

├─ javax.cache.expiry.TouchedExpiryPolicy.class - [JAR]

javax.cache.spi

├─ javax.cache.spi.CachingProvider.class - [JAR]

org.wso2.carbon.caching.spi

├─ org.wso2.carbon.caching.spi.CarbonCachingProvider.class - [JAR]

org.wso2.carbon.caching.internal.processor

├─ org.wso2.carbon.caching.internal.processor.CarbonEntryProcessorResult.class - [JAR]

├─ org.wso2.carbon.caching.internal.processor.EntryProcessorEntry.class - [JAR]

├─ org.wso2.carbon.caching.internal.processor.MutableEntryOperation.class - [JAR]

javax.cache.configuration

├─ javax.cache.configuration.CacheEntryListenerConfiguration.class - [JAR]

├─ javax.cache.configuration.CompleteConfiguration.class - [JAR]

├─ javax.cache.configuration.Configuration.class - [JAR]

├─ javax.cache.configuration.Factory.class - [JAR]

├─ javax.cache.configuration.FactoryBuilder.class - [JAR]

├─ javax.cache.configuration.MutableCacheEntryListenerConfiguration.class - [JAR]

├─ javax.cache.configuration.MutableConfiguration.class - [JAR]

├─ javax.cache.configuration.OptionalFeature.class - [JAR]

javax.cache.management

├─ javax.cache.management.CacheMXBean.class - [JAR]

├─ javax.cache.management.CacheStatisticsMXBean.class - [JAR]

org.wso2.carbon.caching

├─ org.wso2.carbon.caching.CarbonCachingService.class - [JAR]

javax.cache.event

├─ javax.cache.event.CacheEntryCreatedListener.class - [JAR]

├─ javax.cache.event.CacheEntryEvent.class - [JAR]

├─ javax.cache.event.CacheEntryEventFilter.class - [JAR]

├─ javax.cache.event.CacheEntryExpiredListener.class - [JAR]

├─ javax.cache.event.CacheEntryListener.class - [JAR]

├─ javax.cache.event.CacheEntryListenerException.class - [JAR]

├─ javax.cache.event.CacheEntryRemovedListener.class - [JAR]

├─ javax.cache.event.CacheEntryUpdatedListener.class - [JAR]

├─ javax.cache.event.EventType.class - [JAR]

org.wso2.carbon.caching.internal.event

├─ org.wso2.carbon.caching.internal.event.CarbonCacheEntryEvent.class - [JAR]

├─ org.wso2.carbon.caching.internal.event.CarbonCacheEntryEventFilteringIterable.class - [JAR]

├─ org.wso2.carbon.caching.internal.event.CarbonCacheEntryEventFilteringIterator.class - [JAR]

├─ org.wso2.carbon.caching.internal.event.CarbonCacheEntryListenerRegistration.class - [JAR]

├─ org.wso2.carbon.caching.internal.event.CarbonCacheEventDispatcher.class - [JAR]

org.wso2.carbon.caching.internal.management

├─ org.wso2.carbon.caching.internal.management.CarbonCacheMXBean.class - [JAR]

├─ org.wso2.carbon.caching.internal.management.CarbonCacheStatisticsMXBean.class - [JAR]

├─ org.wso2.carbon.caching.internal.management.MBeanServerRegistrationUtility.class - [JAR]

├─ org.wso2.carbon.caching.internal.management.RITCKMBeanServerBuilder.class - [JAR]

javax.cache.processor

├─ javax.cache.processor.EntryProcessor.class - [JAR]

├─ javax.cache.processor.EntryProcessorException.class - [JAR]

├─ javax.cache.processor.EntryProcessorResult.class - [JAR]

├─ javax.cache.processor.MutableEntry.class - [JAR]

javax.cache.annotation

├─ javax.cache.annotation.CacheDefaults.class - [JAR]

├─ javax.cache.annotation.CacheInvocationContext.class - [JAR]

├─ javax.cache.annotation.CacheInvocationParameter.class - [JAR]

├─ javax.cache.annotation.CacheKey.class - [JAR]

├─ javax.cache.annotation.CacheKeyGenerator.class - [JAR]

├─ javax.cache.annotation.CacheKeyInvocationContext.class - [JAR]

├─ javax.cache.annotation.CacheMethodDetails.class - [JAR]

├─ javax.cache.annotation.CachePut.class - [JAR]

├─ javax.cache.annotation.CacheRemove.class - [JAR]

├─ javax.cache.annotation.CacheRemoveAll.class - [JAR]

├─ javax.cache.annotation.CacheResolver.class - [JAR]

├─ javax.cache.annotation.CacheResolverFactory.class - [JAR]

├─ javax.cache.annotation.CacheResult.class - [JAR]

├─ javax.cache.annotation.CacheValue.class - [JAR]

├─ javax.cache.annotation.GeneratedCacheKey.class - [JAR]

org.wso2.carbon.caching.internal

├─ org.wso2.carbon.caching.internal.CachingBundleActivator.class - [JAR]

├─ org.wso2.carbon.caching.internal.CachingCommandProvider.class - [JAR]

├─ org.wso2.carbon.caching.internal.CarbonCache.class - [JAR]

├─ org.wso2.carbon.caching.internal.CarbonCacheEntry.class - [JAR]

├─ org.wso2.carbon.caching.internal.CarbonCacheManager.class - [JAR]

├─ org.wso2.carbon.caching.internal.CarbonCachedValue.class - [JAR]

├─ org.wso2.carbon.caching.internal.InternalConverter.class - [JAR]

├─ org.wso2.carbon.caching.internal.InternalMap.class - [JAR]

├─ org.wso2.carbon.caching.internal.LockManager.class - [JAR]

├─ org.wso2.carbon.caching.internal.ReferenceInternalConverter.class - [JAR]

├─ org.wso2.carbon.caching.internal.SerializingInternalConverter.class - [JAR]

├─ org.wso2.carbon.caching.internal.SimpleInternalMap.class - [JAR]

Advertisement