A C G K O R T V W

A

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

C

cacheEntryAdded(CacheEntryEvent<Object>) - Method in class org.xwiki.cache.tests.CacheEntryListenerTest
CacheEntryListenerTest - Class in org.xwiki.cache.tests
Class used to test cache event management.
CacheEntryListenerTest() - Constructor for class org.xwiki.cache.tests.CacheEntryListenerTest
 
CacheEntryListenerTest.EventType - Enum in org.xwiki.cache.tests
 
cacheEntryModified(CacheEntryEvent<Object>) - Method in class org.xwiki.cache.tests.CacheEntryListenerTest
cacheEntryRemoved(CacheEntryEvent<Object>) - Method in class org.xwiki.cache.tests.CacheEntryListenerTest

G

getAddedEvent() - Method in class org.xwiki.cache.tests.CacheEntryListenerTest
 
getCacheFactory() - Method in class org.xwiki.cache.tests.AbstractTestCache
 
getModifiedEvent() - Method in class org.xwiki.cache.tests.CacheEntryListenerTest
 
getRemovedEvent() - Method in class org.xwiki.cache.tests.CacheEntryListenerTest
 

K

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

O

org.xwiki.cache.tests - package org.xwiki.cache.tests
 

R

registerComponents() - Method in class org.xwiki.cache.tests.AbstractTestCache
 
reinitAddEvent() - Method in class org.xwiki.cache.tests.CacheEntryListenerTest
Set add event to null.
reinitModifiedEvent() - Method in class org.xwiki.cache.tests.CacheEntryListenerTest
Set modified event to null.
reinitRemovedEvent() - Method in class org.xwiki.cache.tests.CacheEntryListenerTest
Set removed event to null.
roleHint - Variable in class org.xwiki.cache.tests.AbstractTestCache
The role hint of the cache component implementation to test.

T

testCreateAndDestroyCacheLRUAll() - Method in class org.xwiki.cache.tests.AbstractEvictionGenericTestCache
Validate the combination of maximum time to live and maximum cache entries constraints.
testCreateAndDestroyCacheLRUMaxEntries() - Method in class org.xwiki.cache.tests.AbstractEvictionGenericTestCache
Validate the maximum cache entries constraint.
testCreateAndDestroyCacheLRUTimeToLive() - Method in class org.xwiki.cache.tests.AbstractEvictionGenericTestCache
Validate the maximum time to live constraint.
testCreateAndDestroyCacheSimple() - Method in class org.xwiki.cache.tests.AbstractGenericTestCache
Validate some basic cache use case without any constraints.
testEvents() - Method in class org.xwiki.cache.tests.AbstractGenericTestCache
Validate event management.
testGetFactory() - Method in class org.xwiki.cache.tests.AbstractGenericTestCache
Validate factory initialization.
testRecreateCache() - Method in class org.xwiki.cache.tests.AbstractGenericTestCache
Validate that when recreating a cache with the same id the second instance is in a proper state.
testRemove() - Method in class org.xwiki.cache.tests.AbstractGenericTestCache
Validate Cache.remove(String).
testRemoveAll() - Method in class org.xwiki.cache.tests.AbstractGenericTestCache
Validate Cache.removeAll().
testSeveralCaches() - Method in class org.xwiki.cache.tests.AbstractGenericTestCache
Validate that two different caches are really different.

V

VALUE - Static variable in class org.xwiki.cache.tests.AbstractTestCache
The value of the first key.
VALUE2 - Static variable in class org.xwiki.cache.tests.AbstractTestCache
The value of the second key.
valueOf(String) - Static method in enum org.xwiki.cache.tests.CacheEntryListenerTest.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.cache.tests.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.tests.CacheEntryListenerTest
 

A C G K O R T V W

Copyright © 2004-2011 XWiki. All Rights Reserved.