Class CacheContextImpl

java.lang.Object
org.sonar.java.caching.CacheContextImpl
All Implemented Interfaces:
CacheContext

public class CacheContextImpl extends Object implements CacheContext
  • Field Details

    • SONAR_CACHING_ENABLED_KEY

      public static final String SONAR_CACHING_ENABLED_KEY
      Can be set to true or false to override whether the cache is enabled or not. Note that even if this is set to true, the engine may not use caching anyway, if the server does not support it.
      See Also:
  • Method Details