Modifier and Type | Field and Description |
---|---|
static CacheElementProvider<UsedBlogsCacheKey,UsedBlogsCacheKey.UsedBlogs> |
UsedBlogsCacheKey.LAST_USED_BLOGS_PROVIDER
Provider for last used blogs
|
static CacheElementProvider<UsedBlogsCacheKey,UsedBlogsCacheKey.UsedBlogs> |
UsedBlogsCacheKey.MOST_USED_BLOGS_PROVIDER
Provider for most used blogs
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccessRestrictedCacheElementProvider<T extends CacheKey,U extends Serializable>
This element provider checks for authorization first.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheElementProvider<K extends CacheKey,T extends Serializable> |
Modifier and Type | Method and Description |
---|---|
<K extends CacheKey,T extends Serializable> |
Cache.get(K key,
CacheElementProvider<K,T> provider)
Retrieves an element identified by the provided key from the cache.
|
<K extends CacheKey,T extends Serializable> |
Cache.invalidate(K key,
CacheElementProvider<K,T> provider)
Invalidates a cached element that has the key cacheKey.
|
void |
Cache.invalidateAll(CacheElementProvider<?,?> provider)
Invalidate all cached items that were retrieved from the given provider.
|
void |
Cache.invalidateAllOfCurrentClient(CacheElementProvider<?,?> provider)
Invalidate all cached items that were retrieved from the given provider.
|
<K extends CacheKey,T extends Serializable> |
Cache.put(K key,
CacheElementProvider<K,T> provider,
T data)
Stores some data in the cache under the provided key.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapServerCacheElementProvider |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationConfigurationElementProvider
Provider for retrieving the ApplicationConfigurationProperties
|
class |
ClientConfigurationElementProvider
Cache element provider for the client configuration properties
|
Modifier and Type | Class and Description |
---|---|
class |
FollowCacheElementProvider
CacheElementProvider which retrieves retrieves entity IDs of followables which a user follows.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageCacheElementProvider
Provider which loads the unscaled images of a certain image type using an
ImageProvider . |
Modifier and Type | Class and Description |
---|---|
class |
PluginPropertyCacheElementProvider |
Modifier and Type | Class and Description |
---|---|
class |
UserNotePropertyCacheElementProvider
A CacheElementProvider that allows caching of UserNoteProperty instances as a mapping from
property value to the IDs of the users that have the property described by the
UserNotePropertyCacheKey . |
Modifier and Type | Class and Description |
---|---|
class |
IpFilterCacheElementProvider
Cache Provider for ip ranges
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelConfigurationCacheElementProvider
Cache Provider for Channel Configurations
|
Modifier and Type | Class and Description |
---|---|
class |
UserNoteTOElementProvider
Element provider for getting
UserNoteEntityTO |
Modifier and Type | Class and Description |
---|---|
class |
StandaloneClientCacheElementProvider
Cache provider for caching clients in a standalone environment.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientRetrievalServiceImpl.setCacheElementProvider(CacheElementProvider<StringIdBasedCacheKey,ClientTO> cacheElementProvider)
Set a custom cache element provider for loading clients within findClient.
|
Copyright © 2019 Communote team. All rights reserved.