Skip navigation links
A B C E G K O R S V W 

A

AbstractEvictionGenericTestCache - Class in org.xwiki.cache.test
Base class for testing cache component implementation.
AbstractEvictionGenericTestCache(String, boolean) - Constructor for class org.xwiki.cache.test.AbstractEvictionGenericTestCache
 
AbstractGenericTestCache - Class in org.xwiki.cache.test
Base class for testing cache component implementation.
AbstractGenericTestCache(String) - Constructor for class org.xwiki.cache.test.AbstractGenericTestCache
 
AbstractTestCache - Class in org.xwiki.cache.test
Base class for testing cache component implementation.
AbstractTestCache(String) - Constructor for class org.xwiki.cache.test.AbstractTestCache
 

B

before() - Method in class org.xwiki.cache.test.AbstractTestCache
Before.

C

cacheEntryAdded(CacheEntryEvent<Object>) - Method in class org.xwiki.cache.test.CacheEntryListenerTest
 
CacheEntryListenerTest - Class in org.xwiki.cache.test
Class used to test cache event management.
CacheEntryListenerTest() - Constructor for class org.xwiki.cache.test.CacheEntryListenerTest
 
CacheEntryListenerTest.EventType - Enum in org.xwiki.cache.test
 
cacheEntryModified(CacheEntryEvent<Object>) - Method in class org.xwiki.cache.test.CacheEntryListenerTest
 
cacheEntryRemoved(CacheEntryEvent<Object>) - Method in class org.xwiki.cache.test.CacheEntryListenerTest
 
componentManager - Variable in class org.xwiki.cache.test.AbstractTestCache
The Mockito tool.
createAndDestroyCacheLRUAll() - Method in class org.xwiki.cache.test.AbstractEvictionGenericTestCache
Validate the combination of maximum time to live and maximum cache entries constraints.
createAndDestroyCacheLRULifespan() - Method in class org.xwiki.cache.test.AbstractEvictionGenericTestCache
Validate the maximum time to live constraint.
createAndDestroyCacheLRUMaxEntries() - Method in class org.xwiki.cache.test.AbstractEvictionGenericTestCache
Validate the maximum cache entries constraint.
createAndDestroyCacheLRUMAxIdle() - Method in class org.xwiki.cache.test.AbstractEvictionGenericTestCache
Validate the maximum time to live constraint.
createAndDestroyCacheSimple() - Method in class org.xwiki.cache.test.AbstractGenericTestCache
Validate some basic cache use case without any constraints.
customizeEviction(EntryEvictionConfiguration) - Method in class org.xwiki.cache.test.AbstractEvictionGenericTestCache
 

E

events() - Method in class org.xwiki.cache.test.AbstractGenericTestCache
Validate event management.

G

getAddedEvent() - Method in class org.xwiki.cache.test.CacheEntryListenerTest
 
getCacheFactory() - Method in class org.xwiki.cache.test.AbstractTestCache
 
getFactory() - Method in class org.xwiki.cache.test.AbstractGenericTestCache
Validate factory initialization.
getModifiedEvent() - Method in class org.xwiki.cache.test.CacheEntryListenerTest
 
getRemovedEvent() - Method in class org.xwiki.cache.test.CacheEntryListenerTest
 

K

KEY - Static variable in class org.xwiki.cache.test.AbstractTestCache
The first key.
KEY2 - Static variable in class org.xwiki.cache.test.AbstractTestCache
The second key.

O

org.xwiki.cache.test - package org.xwiki.cache.test
 

R

recreateCache() - Method in class org.xwiki.cache.test.AbstractGenericTestCache
Validate that when recreating a cache with the same id the second instance is in a proper state.
reinitAddEvent() - Method in class org.xwiki.cache.test.CacheEntryListenerTest
Set add event to null.
reinitModifiedEvent() - Method in class org.xwiki.cache.test.CacheEntryListenerTest
Set modified event to null.
reinitRemovedEvent() - Method in class org.xwiki.cache.test.CacheEntryListenerTest
Set removed event to null.
remove() - Method in class org.xwiki.cache.test.AbstractGenericTestCache
removeAll() - Method in class org.xwiki.cache.test.AbstractGenericTestCache
roleHint - Variable in class org.xwiki.cache.test.AbstractTestCache
The role hint of the cache component implementation to test.

S

severalCaches() - Method in class org.xwiki.cache.test.AbstractGenericTestCache
Validate that two different caches are really different.

V

VALUE - Static variable in class org.xwiki.cache.test.AbstractTestCache
The value of the first key.
VALUE2 - Static variable in class org.xwiki.cache.test.AbstractTestCache
The value of the second key.
valueOf(String) - Static method in enum org.xwiki.cache.test.CacheEntryListenerTest.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.cache.test.CacheEntryListenerTest.EventType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForEntryEvent(CacheEntryListenerTest.EventType) - Method in class org.xwiki.cache.test.CacheEntryListenerTest
 
A B C E G K O R S V W 
Skip navigation links

Copyright © 2004–2019 XWiki. All rights reserved.