Try your search with a different keyword or use * as a wildcard.
namespace Nop.Data;
///
/// Represents temporary storage
///
/// Storage record mapping class
public partial interface ITempDataStorage : IQueryable, IDisposable, IAsyncDisposable where T : class
{
}