Interface RequestCacheRecorder

All Known Implementing Classes:
RequestCacheRecorderImpl

public interface RequestCacheRecorder
Designated to record and log messages of usage RequestCache without context (incorrect usage). Record base thread names and logs them - warn log once per thread and trace log on every event of out of context usage.
  • Method Details

    • recordRequestCacheOOCUsage

      void recordRequestCacheOOCUsage(String threadName)