A B C D E G H I J M N O P R S V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addListener(CacheEventListener) - Method in class com.adaptris.core.cache.jcache.DefaultEventListener
- AllEventListener - Interface in com.adaptris.core.cache.jcache
-
Just extends all the CacheEntryListener interfaces for convenience.
B
- BasicJsr107Cache - Class in com.adaptris.core.cache.jcache
-
Cache
implementation that uses JSR107 defaults. - BasicJsr107Cache() - Constructor for class com.adaptris.core.cache.jcache.BasicJsr107Cache
C
- cache - Variable in class com.adaptris.core.cache.jcache.Jsr107Cache
- clear() - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
- close() - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
- com.adaptris.core.cache.jcache - package com.adaptris.core.cache.jcache
-
Cache
implementations that wrap any JSR107 caching provider. - configuration() - Method in class com.adaptris.core.cache.jcache.DefaultEventListener
- configure(MutableConfiguration<String, Object>) - Method in class com.adaptris.core.cache.jcache.NewCacheConfiguration
- ConfiguredJsr107Cache - Class in com.adaptris.core.cache.jcache
-
Cache
implementation that wraps a JSR107/JCache caching provider. - ConfiguredJsr107Cache() - Constructor for class com.adaptris.core.cache.jcache.ConfiguredJsr107Cache
- ConfiguredJsr107Cache.ProviderNames - Enum in com.adaptris.core.cache.jcache
-
Caching provider classnames mapped against a friendly name.
- create() - Method in class com.adaptris.core.cache.jcache.DefaultEventListener
- createCache() - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
D
- DefaultEventListener - Class in com.adaptris.core.cache.jcache
-
Implementation of
CacheEventListener
that proxies javax.cache event notifications. - DefaultEventListener() - Constructor for class com.adaptris.core.cache.jcache.DefaultEventListener
E
- EHCACHE3 - com.adaptris.core.cache.jcache.ConfiguredJsr107Cache.ProviderNames
-
Friendly name for
org.ehcache.jsr107.EhcacheCachingProvider
G
- get(String) - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
- getCacheManager() - Method in class com.adaptris.core.cache.jcache.BasicJsr107Cache
- getCacheManager() - Method in class com.adaptris.core.cache.jcache.ConfiguredJsr107Cache
- getCacheManager() - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
- getCacheName() - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
- getCacheProviderClassname() - Method in class com.adaptris.core.cache.jcache.ConfiguredJsr107Cache
- getConfigurationUrl() - Method in class com.adaptris.core.cache.jcache.ConfiguredJsr107Cache
- getEventListener() - Method in class com.adaptris.core.cache.jcache.NewCacheConfiguration
- getExpiration() - Method in class com.adaptris.core.cache.jcache.NewCacheConfiguration
- getListeners() - Method in class com.adaptris.core.cache.jcache.DefaultEventListener
- getNewCacheConfiguration() - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
- getShutdownCacheManagerOnClose() - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
H
- HAZELCAST - com.adaptris.core.cache.jcache.ConfiguredJsr107Cache.ProviderNames
-
Friendly name for
com.hazelcast.cache.HazelcastCachingProvider
I
- IGNITE - com.adaptris.core.cache.jcache.ConfiguredJsr107Cache.ProviderNames
-
Friendly name for
org.apache.ignite.cache.CachingProvider
- INFINISPAN - com.adaptris.core.cache.jcache.ConfiguredJsr107Cache.ProviderNames
-
Friendly name for
org.infinispan.jcache.embedded.JCachingProvider
- init() - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
J
- Jsr107Cache - Class in com.adaptris.core.cache.jcache
-
abstract
Cache
implementation that wraps a JSR107/JCache caching provider. - Jsr107Cache() - Constructor for class com.adaptris.core.cache.jcache.Jsr107Cache
M
- manager - Variable in class com.adaptris.core.cache.jcache.Jsr107Cache
N
- NewCacheConfiguration - Class in com.adaptris.core.cache.jcache
-
Configuration that will be used when no cache is found by
CacheManager.getCache(String, Class, Class)
. - NewCacheConfiguration() - Constructor for class com.adaptris.core.cache.jcache.NewCacheConfiguration
O
- onCreated(Iterable<CacheEntryEvent<? extends String, ? extends Object>>) - Method in class com.adaptris.core.cache.jcache.DefaultEventListener
- onExpired(Iterable<CacheEntryEvent<? extends String, ? extends Object>>) - Method in class com.adaptris.core.cache.jcache.DefaultEventListener
- onRemoved(Iterable<CacheEntryEvent<? extends String, ? extends Object>>) - Method in class com.adaptris.core.cache.jcache.DefaultEventListener
- onUpdated(Iterable<CacheEntryEvent<? extends String, ? extends Object>>) - Method in class com.adaptris.core.cache.jcache.DefaultEventListener
P
- put(String, Serializable) - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
- put(String, Object) - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
R
- REDIS - com.adaptris.core.cache.jcache.ConfiguredJsr107Cache.ProviderNames
-
Friendly name for
org.redisson.jcache.JCachingProvider
- REDISSON - com.adaptris.core.cache.jcache.ConfiguredJsr107Cache.ProviderNames
-
Friendly name for
org.redisson.jcache.JCachingProvider
- REFERENCE - com.adaptris.core.cache.jcache.ConfiguredJsr107Cache.ProviderNames
-
Friendly name for
org.jsr107.ri.spi.RICachingProvider
; the reference implementation - remove(String) - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
- removeListener(CacheEventListener) - Method in class com.adaptris.core.cache.jcache.DefaultEventListener
S
- setCacheName(String) - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
-
Set the cache name.
- setCacheProviderClassname(String) - Method in class com.adaptris.core.cache.jcache.ConfiguredJsr107Cache
-
Set the cache provider classname.
- setConfigurationUrl(String) - Method in class com.adaptris.core.cache.jcache.ConfiguredJsr107Cache
-
Specify the required configuration URL.
- setEventListener(DefaultEventListener) - Method in class com.adaptris.core.cache.jcache.NewCacheConfiguration
- setExpiration(TimeInterval) - Method in class com.adaptris.core.cache.jcache.NewCacheConfiguration
- setListeners(Set<CacheEventListener>) - Method in class com.adaptris.core.cache.jcache.DefaultEventListener
- setNewCacheConfiguration(NewCacheConfiguration) - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
-
Set any configuration that needs to be applied to be caches that are created via
CacheManager.createCache(String, javax.cache.configuration.Configuration)
. - setShutdownCacheManagerOnClose(Boolean) - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
- start() - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
- stop() - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
V
- valueOf(String) - Static method in enum com.adaptris.core.cache.jcache.ConfiguredJsr107Cache.ProviderNames
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.adaptris.core.cache.jcache.ConfiguredJsr107Cache.ProviderNames
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withCacheName(String) - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
- withConfigurationUrl(String) - Method in class com.adaptris.core.cache.jcache.ConfiguredJsr107Cache
- withEventListener(DefaultEventListener) - Method in class com.adaptris.core.cache.jcache.NewCacheConfiguration
- withExpiration(TimeInterval) - Method in class com.adaptris.core.cache.jcache.NewCacheConfiguration
- withListeners(CacheEventListener...) - Method in class com.adaptris.core.cache.jcache.DefaultEventListener
- withNewCacheConfiguration(NewCacheConfiguration) - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
- withProviderClassname(String) - Method in class com.adaptris.core.cache.jcache.ConfiguredJsr107Cache
- withShutdownManagerOnClose(boolean) - Method in class com.adaptris.core.cache.jcache.Jsr107Cache
All Classes All Packages