Class RelationCacheRegionTest

java.lang.Object
de.hybris.platform.cache.relation.RelationCacheRegionTest

@UnitTest public class RelationCacheRegionTest extends Object
  • Field Details

  • Constructor Details

    • RelationCacheRegionTest

      public RelationCacheRegionTest()
  • Method Details

    • before

      public void before()
    • after

      public void after()
    • testStatsEnabled

      public void testStatsEnabled()
    • testStatsDisables

      public void testStatsDisables()
    • testShouldCountFetches

      public void testShouldCountFetches()
    • testShouldCountMiss

      public void testShouldCountMiss()
    • testShouldCountHit

      public void testShouldCountHit()
    • testShouldCountInvalidation

      public void testShouldCountInvalidation()
    • testShouldClearStatistics

      public void testShouldClearStatistics()
    • testShouldGet

      public void testShouldGet()
    • testShouldGetWithNullKey

      public void testShouldGetWithNullKey()
    • testShouldGetWithLegacyKey

      public void testShouldGetWithLegacyKey()
    • testShouldGetWithLoader

      public void testShouldGetWithLoader()
    • testShouldGetWithLoaderWithLegacyKey

      public void testShouldGetWithLoaderWithLegacyKey()
    • testShouldGetWithLoaderWithRelationCacheKey

      public void testShouldGetWithLoaderWithRelationCacheKey()
    • testRemoveFromEmptyCache

      public void testRemoveFromEmptyCache()
    • testRemoveWithLegacyKey

      public void testRemoveWithLegacyKey()
    • testRemove

      public void testRemove()
    • testRemovingKeyForRelationRemovesEverythingFromThatRelation

      public void testRemovingKeyForRelationRemovesEverythingFromThatRelation()
    • testGetAllKeys

      public void testGetAllKeys()
    • testContainsKey

      public void testContainsKey()
    • testDoesNotContainKey

      public void testDoesNotContainKey()
    • testGetStatistics

      public void testGetStatistics()
    • testGetSize

      public void testGetSize()
    • testGetSizeWhenRegionIsEmpty

      public void testGetSizeWhenRegionIsEmpty()
    • testGetName

      public void testGetName()
    • testGetHandledTypes

      public void testGetHandledTypes()
    • testGetCacheMaxEntries

      public void testGetCacheMaxEntries()