Class CachingEnabledCondition

  • All Implemented Interfaces:
    Condition

    public class CachingEnabledCondition
    extends java.lang.Object
    implements Condition
    A Spring Condition that matches if the EnableCaching annotation is specified in the application context.
    Since:
    3.0
    Author:
    Gunnar Hillert