protected EntityMapper(DatabaseConnection connection) : base(new CacheContainer <K, E>(), "key") { this.connection = connection; }