Show / Hide Table of Contents

Class HybridCache_Tests

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<AbpCachingTestModule>
HybridCache_Tests
Implements
IDisposable
Inherited Members
AbpIntegratedTest<AbpCachingTestModule>.CreateServiceCollection()
AbpIntegratedTest<AbpCachingTestModule>.BeforeAddApplication(IServiceCollection)
AbpIntegratedTest<AbpCachingTestModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
AbpIntegratedTest<AbpCachingTestModule>.AfterAddApplication(IServiceCollection)
AbpIntegratedTest<AbpCachingTestModule>.CreateServiceProvider(IServiceCollection)
AbpIntegratedTest<AbpCachingTestModule>.Dispose()
AbpIntegratedTest<AbpCachingTestModule>.Application
AbpIntegratedTest<AbpCachingTestModule>.RootServiceProvider
AbpIntegratedTest<AbpCachingTestModule>.TestServiceScope
AbpTestBaseWithServiceProvider.GetService<T>()
AbpTestBaseWithServiceProvider.GetRequiredService<T>()
AbpTestBaseWithServiceProvider.GetKeyedServices<T>(object)
AbpTestBaseWithServiceProvider.GetRequiredKeyedService<T>(object)
AbpTestBaseWithServiceProvider.ServiceProvider
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Caching
Assembly: Volo.Abp.Caching.Tests.dll
Syntax
public class HybridCache_Tests : AbpIntegratedTest<AbpCachingTestModule>, IDisposable

Constructors

HybridCache_Tests()

Declaration
public HybridCache_Tests()

Methods

Cache_Should_Only_Available_In_Uow_For_GetOrCreateAsync()

Declaration
public Task Cache_Should_Only_Available_In_Uow_For_GetOrCreateAsync()
Returns
Type Description
Task

Cache_Should_Only_Available_In_Uow_For_RemoveAsync()

Declaration
public Task Cache_Should_Only_Available_In_Uow_For_RemoveAsync()
Returns
Type Description
Task

Cache_Should_Only_Available_In_Uow_For_SetAsync()

Declaration
public Task Cache_Should_Only_Available_In_Uow_For_SetAsync()
Returns
Type Description
Task

Cache_Should_Rollback_With_Uow_For_GetOrCreateAsync()

Declaration
public Task Cache_Should_Rollback_With_Uow_For_GetOrCreateAsync()
Returns
Type Description
Task

Cache_Should_Rollback_With_Uow_For_RemoveAsync()

Declaration
public Task Cache_Should_Rollback_With_Uow_For_RemoveAsync()
Returns
Type Description
Task

Cache_Should_Rollback_With_Uow_For_SetAsync()

Declaration
public Task Cache_Should_Rollback_With_Uow_For_SetAsync()
Returns
Type Description
Task

GetOrAddAsync_With_Integer_Type_CacheKey()

Declaration
public Task GetOrAddAsync_With_Integer_Type_CacheKey()
Returns
Type Description
Task

GetOrCreateAsync()

Declaration
public Task GetOrCreateAsync()
Returns
Type Description
Task

SameClassName_But_DiffNamespace_Should_Not_Use_Same_Cache()

Declaration
public Task SameClassName_But_DiffNamespace_Should_Not_Use_Same_Cache()
Returns
Type Description
Task

SameClassName_But_DiffNamespace_Should_Not_Use_Same_Cache_With_Integer_CacheKey()

Declaration
public Task SameClassName_But_DiffNamespace_Should_Not_Use_Same_Cache_With_Integer_CacheKey()
Returns
Type Description
Task

Should_GetOrCreate_Set_And_Remove_Cache_Items()

Declaration
public Task Should_GetOrCreate_Set_And_Remove_Cache_Items()
Returns
Type Description
Task

Should_Get_Same_Cache_Set_When_Resolve_With_Or_Without_Key()

Declaration
public Task Should_Get_Same_Cache_Set_When_Resolve_With_Or_Without_Key()
Returns
Type Description
Task

Should_Remove_Multiple_Items_Async()

Declaration
public Task Should_Remove_Multiple_Items_Async()
Returns
Type Description
Task

Should_Set_Get_And_Remove_Cache_Items_For_Same_Object_Type_With_Different_CacheKeys()

Declaration
public Task Should_Set_Get_And_Remove_Cache_Items_For_Same_Object_Type_With_Different_CacheKeys()
Returns
Type Description
Task

Should_Set_Get_And_Remove_Cache_Items_With_Integer_Type_CacheKey()

Declaration
public Task Should_Set_Get_And_Remove_Cache_Items_With_Integer_Type_CacheKey()
Returns
Type Description
Task

Should_Set_Get_And_Remove_Cache_Items_With_Object_Type_CacheKey()

Declaration
public Task Should_Set_Get_And_Remove_Cache_Items_With_Object_Type_CacheKey()
Returns
Type Description
Task

Implements

IDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform