Interface ICacheEventLogger

All Known Implementing Classes:
CacheEventLoggerDebugLogger

public interface ICacheEventLogger
This defines the behavior for event logging. Auxiliaries will send events to injected event loggers.

In general all ICache interface methods should call the logger if one is configured. This will be done on an ad hoc basis for now. Various auxiliaries may have additional events.