org.onebusaway.container.cache
Annotation Type CacheableKey


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface CacheableKey

Type annotation indicating how a particular object should be used to generate a cache key when used as an argument to a method annotated with Cacheable.

Author:
bdferris
See Also:
Cacheable, CacheableObjectKeyFactory

Required Element Summary
 Class<? extends CacheableObjectKeyFactory> keyFactory
           
 

Element Detail

keyFactory

public abstract Class<? extends CacheableObjectKeyFactory> keyFactory


Copyright © 2012 OneBusAway. All Rights Reserved.