Interface CacheResolverFactory


  • public interface CacheResolverFactory
    Determines the CacheResolver to use for an annotated method. The CacheResolver will be retrieved once per annotated method.

    Implementations MUST be thread-safe.

    Since:
    1.0
    Author:
    Eric Dalquist