clearCacheSession method

void clearCacheSession()

Implementation

void clearCacheSession() {
  NawahDI.get<INawahCache>()?.remove(this, 'session');
  cacheSession = null;
}