Modifier and Type | Class and Description |
---|---|
class |
BlogRoleCacheKey
Key for caching blog roles per user and blog
|
class |
UsedBlogsCacheKey
CacheKey for last and most used blogs. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheElementProvider<K extends CacheKey,T extends Serializable> |
interface |
AccessRestrictedCacheElementProvider<T extends CacheKey,U extends Serializable>
This element provider checks for authorization first.
|
interface |
CacheElementProvider<K extends CacheKey,T extends Serializable>
A CacheElementProvider is required when an element is requested but not yet cached.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationSingleElementCacheKey
Common cache key class for cases where there is only one element per application that can be
cached.
|
class |
ClientSingleElementCacheKey
Common cache key class for cases where there is only one element per client that can be cached.
|
class |
IdBasedCacheKey
Cache key for identifying elements by an ID.
|
class |
IdBasedRangeCacheKey
A CacheKey to identify cached items by an ID and a positive range.
|
class |
StringIdBasedCacheKey
Cache key for identifying elements by a string identifier.
|
Modifier and Type | Method and Description |
---|---|
<K extends CacheKey,T extends Serializable> |
Cache.get(K key,
AccessRestrictedCacheElementProvider<K,T> provider)
This method checks the access for the given item, before it returns it.
|
<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.
|
<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 |
LdapServerCacheKey |
Modifier and Type | Class and Description |
---|---|
class |
FollowCacheKey
Cache key for selected followable entities.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageCacheKey |
Modifier and Type | Class and Description |
---|---|
class |
PluginPropertyCacheKey<T> |
Modifier and Type | Class and Description |
---|---|
class |
PropertyCacheKey
Cache key to identify a property by group and key
|
class |
UserNotePropertyCacheKey
Key to cache the UserNoteProperty instances added to a note.
|
Modifier and Type | Class and Description |
---|---|
class |
IpFilterCacheKey
Key class for ip ranges caching
|
Modifier and Type | Class and Description |
---|---|
class |
UserNoteTOCacheKey
The cache key for getting a
UserNoteEntityTO |
Copyright © 2019 Communote team. All rights reserved.