getCacheInterface method

CacheInterfaces? getCacheInterface()

Implementation

CacheInterfaces? getCacheInterface() {
  _cacheInterface ??= CacheSQLImpL(DatabaseSql());
  return _cacheInterface;
}