jar

com.googlecode.ehcache-spring-annotations : ehcache-spring-annotations

Maven & Gradle

Sep 20, 2011
36 usages

Ehcache Spring Annotations - Core · Provides a simple model for integrating Ehcache in a Spring project via annotations.

Table Of Contents

Latest Version

Download com.googlecode.ehcache-spring-annotations : ehcache-spring-annotations JAR file - Latest Versions:

All Versions

Download com.googlecode.ehcache-spring-annotations : ehcache-spring-annotations JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.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 ehcache-spring-annotations-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.googlecode.ehcache.annotations.impl

├─ com.googlecode.ehcache.annotations.impl.CacheAttributeSourceImpl.class - [JAR]

├─ com.googlecode.ehcache.annotations.impl.CacheNameMatcher.class - [JAR]

├─ com.googlecode.ehcache.annotations.impl.CacheStaticMethodMatcherPointcut.class - [JAR]

├─ com.googlecode.ehcache.annotations.impl.CacheableAttributeImpl.class - [JAR]

├─ com.googlecode.ehcache.annotations.impl.ExpiredElementEvictor.class - [JAR]

├─ com.googlecode.ehcache.annotations.impl.MultiKeyConcurrentMap.class - [JAR]

├─ com.googlecode.ehcache.annotations.impl.PropertyComparator.class - [JAR]

├─ com.googlecode.ehcache.annotations.impl.TriggersRemoveAttributeImpl.class - [JAR]

├─ com.googlecode.ehcache.annotations.impl.Vote.class - [JAR]

com.googlecode.ehcache.annotations.resolver

├─ com.googlecode.ehcache.annotations.resolver.CacheResolverFactory.class - [JAR]

├─ com.googlecode.ehcache.annotations.resolver.CacheableCacheResolver.class - [JAR]

├─ com.googlecode.ehcache.annotations.resolver.DefaultCacheResolverFactory.class - [JAR]

├─ com.googlecode.ehcache.annotations.resolver.SingletonCacheableCacheResolver.class - [JAR]

├─ com.googlecode.ehcache.annotations.resolver.SingletonTriggersRemoveCacheResolver.class - [JAR]

├─ com.googlecode.ehcache.annotations.resolver.ThreadLocalCacheEntryFactory.class - [JAR]

├─ com.googlecode.ehcache.annotations.resolver.TriggersRemoveCacheResolver.class - [JAR]

com.googlecode.ehcache.annotations.key

├─ com.googlecode.ehcache.annotations.key.AbstractCacheKeyGenerator.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.AbstractDeepCacheKeyGenerator.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.AbstractHashingCacheKeyGenerator.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.CacheKeyGenerator.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.CachingReflectionHelper.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.DelegateCacheKeyGenerator.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.HashCodeCacheKeyGenerator.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.ListCacheKeyGenerator.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.MessageDigestCacheKeyGenerator.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.MessageDigestOutputStream.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.ReadOnlyList.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.ReflectionHashCodeCacheKeyGenerator.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.ReflectionHelper.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.ReflectionHelperAware.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.SimpleReflectionHelper.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.SpELCacheKeyGenerator.class - [JAR]

├─ com.googlecode.ehcache.annotations.key.StringCacheKeyGenerator.class - [JAR]

com.googlecode.ehcache.annotations.support

├─ com.googlecode.ehcache.annotations.support.Spring3TaskSchedulerAdapter.class - [JAR]

├─ com.googlecode.ehcache.annotations.support.TaskSchedulerAdapter.class - [JAR]

├─ com.googlecode.ehcache.annotations.support.TaskSchedulerAdapterFactory.class - [JAR]

├─ com.googlecode.ehcache.annotations.support.TimerTaskSchedulerAdapter.class - [JAR]

com.googlecode.ehcache.annotations.interceptor

├─ com.googlecode.ehcache.annotations.interceptor.EhCacheInterceptor.class - [JAR]

com.googlecode.ehcache.annotations.config

├─ com.googlecode.ehcache.annotations.config.AnnotationDrivenEhCacheBeanDefinitionParser.class - [JAR]

├─ com.googlecode.ehcache.annotations.config.AnnotationDrivenEhCacheNamespaceHandler.class - [JAR]

├─ com.googlecode.ehcache.annotations.config.EhCacheConfigBeanDefinitionParser.class - [JAR]

├─ com.googlecode.ehcache.annotations.config.ExactCacheNameMatcherImpl.class - [JAR]

├─ com.googlecode.ehcache.annotations.config.NotCacheNameMatcherImpl.class - [JAR]

├─ com.googlecode.ehcache.annotations.config.PatternCacheNameMatcherImpl.class - [JAR]

com.googlecode.ehcache.annotations

├─ com.googlecode.ehcache.annotations.AdviceType.class - [JAR]

├─ com.googlecode.ehcache.annotations.CacheAttributeSource.class - [JAR]

├─ com.googlecode.ehcache.annotations.CacheException.class - [JAR]

├─ com.googlecode.ehcache.annotations.CacheNotFoundException.class - [JAR]

├─ com.googlecode.ehcache.annotations.Cacheable.class - [JAR]

├─ com.googlecode.ehcache.annotations.CacheableAttribute.class - [JAR]

├─ com.googlecode.ehcache.annotations.CacheableInterceptor.class - [JAR]

├─ com.googlecode.ehcache.annotations.DecoratedCacheType.class - [JAR]

├─ com.googlecode.ehcache.annotations.DefaultCacheableInterceptor.class - [JAR]

├─ com.googlecode.ehcache.annotations.DefaultTriggersRemoveInterceptor.class - [JAR]

├─ com.googlecode.ehcache.annotations.KeyGenerator.class - [JAR]

├─ com.googlecode.ehcache.annotations.MethodAttribute.class - [JAR]

├─ com.googlecode.ehcache.annotations.ParameterMask.class - [JAR]

├─ com.googlecode.ehcache.annotations.PartialCacheKey.class - [JAR]

├─ com.googlecode.ehcache.annotations.Property.class - [JAR]

├─ com.googlecode.ehcache.annotations.RefreshableCacheEntry.class - [JAR]

├─ com.googlecode.ehcache.annotations.RefreshingCacheEntryFactory.class - [JAR]

├─ com.googlecode.ehcache.annotations.RefreshingSelfPopulatingCache.class - [JAR]

├─ com.googlecode.ehcache.annotations.ResolverFactory.class - [JAR]

├─ com.googlecode.ehcache.annotations.SelfPopulatingCacheScope.class - [JAR]

├─ com.googlecode.ehcache.annotations.TriggersRemove.class - [JAR]

├─ com.googlecode.ehcache.annotations.TriggersRemoveAttribute.class - [JAR]

├─ com.googlecode.ehcache.annotations.TriggersRemoveInterceptor.class - [JAR]

├─ com.googlecode.ehcache.annotations.When.class - [JAR]