Class DistributedCache_Tests
Inheritance
DistributedCache_Tests
Assembly: Volo.Abp.Caching.Tests.dll
Syntax
public class DistributedCache_Tests : AbpIntegratedTest<AbpCachingTestModule>, IDisposable
Constructors
DistributedCache_Tests()
Declaration
public DistributedCache_Tests()
Methods
Cache_Should_Only_Available_In_Uow_For_GetAsync()
Declaration
public Task Cache_Should_Only_Available_In_Uow_For_GetAsync()
Returns
Cache_Should_Only_Available_In_Uow_For_GetManyAsync()
Declaration
public Task Cache_Should_Only_Available_In_Uow_For_GetManyAsync()
Returns
Cache_Should_Only_Available_In_Uow_For_GetOrAddAsync()
Declaration
public Task Cache_Should_Only_Available_In_Uow_For_GetOrAddAsync()
Returns
Cache_Should_Only_Available_In_Uow_For_GetOrAddManyAsync()
Declaration
public Task Cache_Should_Only_Available_In_Uow_For_GetOrAddManyAsync()
Returns
Cache_Should_Only_Available_In_Uow_For_RemoveAsync()
Declaration
public Task Cache_Should_Only_Available_In_Uow_For_RemoveAsync()
Returns
Cache_Should_Only_Available_In_Uow_For_RemoveManyAsync()
Declaration
public Task Cache_Should_Only_Available_In_Uow_For_RemoveManyAsync()
Returns
Cache_Should_Only_Available_In_Uow_For_SetAsync()
Declaration
public Task Cache_Should_Only_Available_In_Uow_For_SetAsync()
Returns
Cache_Should_Only_Available_In_Uow_For_SetManyAsync()
Declaration
public Task Cache_Should_Only_Available_In_Uow_For_SetManyAsync()
Returns
Cache_Should_Rollback_With_Uow_For_GetAsync()
Declaration
public Task Cache_Should_Rollback_With_Uow_For_GetAsync()
Returns
Cache_Should_Rollback_With_Uow_For_GetManyAsync()
Declaration
public Task Cache_Should_Rollback_With_Uow_For_GetManyAsync()
Returns
Cache_Should_Rollback_With_Uow_For_GetOrAddAsync()
Declaration
public Task Cache_Should_Rollback_With_Uow_For_GetOrAddAsync()
Returns
Cache_Should_Rollback_With_Uow_For_GetOrAddManyAsync()
Declaration
public Task Cache_Should_Rollback_With_Uow_For_GetOrAddManyAsync()
Returns
Cache_Should_Rollback_With_Uow_For_RemoveAsync()
Declaration
public Task Cache_Should_Rollback_With_Uow_For_RemoveAsync()
Returns
Cache_Should_Rollback_With_Uow_For_RemoveManyAsync()
Declaration
public Task Cache_Should_Rollback_With_Uow_For_RemoveManyAsync()
Returns
Cache_Should_Rollback_With_Uow_For_SetAsync()
Declaration
public Task Cache_Should_Rollback_With_Uow_For_SetAsync()
Returns
Cache_Should_Rollback_With_Uow_For_SetManyAsync()
Declaration
public Task Cache_Should_Rollback_With_Uow_For_SetManyAsync()
Returns
GetOrAdd()
Declaration
GetOrAddAsync_With_Integer_Type_CacheKey()
Declaration
public Task GetOrAddAsync_With_Integer_Type_CacheKey()
Returns
SameClassName_But_DiffNamespace_Should_Not_Use_Same_Cache()
Declaration
public Task SameClassName_But_DiffNamespace_Should_Not_Use_Same_Cache()
Returns
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
Should_Get_And_Add_Multiple_Items_Async()
Declaration
public Task Should_Get_And_Add_Multiple_Items_Async()
Returns
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
Should_Remove_Multiple_Items_Async()
Declaration
public Task Should_Remove_Multiple_Items_Async()
Returns
Should_Set_And_Get_Multiple_Items_Async()
Declaration
public Task Should_Set_And_Get_Multiple_Items_Async()
Returns
Should_Set_Get_And_Remove_Cache_Items()
Declaration
public Task Should_Set_Get_And_Remove_Cache_Items()
Returns
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
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
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
Implements
Extension Methods