com.googlecode.ehcache.annotations
Annotation Type PartialCacheKey


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface PartialCacheKey

Used to mark specific method parameter(s) that should be used in cache key generation. This annotation is only useful on methods annotated with Cacheable or TriggersRemove



Copyright © 2011. All Rights Reserved.