org.apache.bval.jsr303.resolver
Interface CachingRelevant

All Known Implementing Classes:
CachingTraversableResolver, DefaultTraversableResolver, JPATraversableResolver, SimpleTraversableResolver

public interface CachingRelevant

Description: indicator interface to let the implementation choose whether results of traversable resolver should be cached.


Method Summary
 boolean needsCaching()
          Learn whether the results of the TraversableResolver should be cached.
 

Method Detail

needsCaching

boolean needsCaching()
Learn whether the results of the TraversableResolver should be cached.

Returns:
boolean


Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.