Skip navigation links
C D E G H I L M N O P S V 

C

clear() - Method in class io.sixhours.memcached.cache.MemcachedCache
 
CLIENT_MODE - Static variable in class io.sixhours.memcached.cache.Default
 
create() - Method in class io.sixhours.memcached.cache.MemcachedCacheManagerFactory
 

D

Default - Class in io.sixhours.memcached.cache
Default cache configuration values.

E

evict(Object) - Method in class io.sixhours.memcached.cache.MemcachedCache
 
EXPIRATION - Static variable in class io.sixhours.memcached.cache.Default
 

G

get(Object, Callable<T>) - Method in class io.sixhours.memcached.cache.MemcachedCache
 
getCache(String) - Method in class io.sixhours.memcached.cache.MemcachedCacheManager
 
getCacheNames() - Method in class io.sixhours.memcached.cache.MemcachedCacheManager
 
getCacheStatistics(CacheManager, MemcachedCache) - Method in class io.sixhours.memcached.cache.MemcachedCacheStatisticsProvider
 
getExpiration() - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
 
getExpirations() - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
 
getMode() - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
 
getName() - Method in class io.sixhours.memcached.cache.MemcachedCache
 
getNamespace() - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
 
getNativeCache() - Method in class io.sixhours.memcached.cache.MemcachedCache
 
getPrefix() - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
 
getProtocol() - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
 
getServers() - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
 

H

hits() - Method in class io.sixhours.memcached.cache.MemcachedCache
 

I

io.sixhours.memcached.cache - package io.sixhours.memcached.cache
 

L

lookup(Object) - Method in class io.sixhours.memcached.cache.MemcachedCache
 

M

MemcachedCache - Class in io.sixhours.memcached.cache
Cache implementation on top of Memcached.
MemcachedCache(String, MemcachedClient, int, String, String) - Constructor for class io.sixhours.memcached.cache.MemcachedCache
Create an MemcachedCache with the given settings.
MemcachedCacheAutoConfiguration - Class in io.sixhours.memcached.cache
Auto-configuration for the Memcached cache.
MemcachedCacheAutoConfiguration() - Constructor for class io.sixhours.memcached.cache.MemcachedCacheAutoConfiguration
 
MemcachedCacheManager - Class in io.sixhours.memcached.cache
CacheManager implementation for Memcached.
MemcachedCacheManager(MemcachedClient) - Constructor for class io.sixhours.memcached.cache.MemcachedCacheManager
MemcachedCacheManagerFactory - Class in io.sixhours.memcached.cache
Factory for the MemcachedCacheManager instances.
MemcachedCacheManagerFactory(MemcachedCacheProperties) - Constructor for class io.sixhours.memcached.cache.MemcachedCacheManagerFactory
 
MemcachedCacheProperties - Class in io.sixhours.memcached.cache
Configuration properties for Memcached cache.
MemcachedCacheProperties() - Constructor for class io.sixhours.memcached.cache.MemcachedCacheProperties
 
MemcachedCacheProperties.Protocol - Enum in io.sixhours.memcached.cache
 
MemcachedCacheStatisticsAutoConfiguration - Class in io.sixhours.memcached.cache
Auto-configuration for the Memcached CacheStatisticsProvider bean.
MemcachedCacheStatisticsAutoConfiguration() - Constructor for class io.sixhours.memcached.cache.MemcachedCacheStatisticsAutoConfiguration
 
memcachedCacheStatisticsProvider() - Method in class io.sixhours.memcached.cache.MemcachedCacheStatisticsAutoConfiguration
 
MemcachedCacheStatisticsProvider - Class in io.sixhours.memcached.cache
Memcached CacheStatisticsProvider.
MemcachedCacheStatisticsProvider() - Constructor for class io.sixhours.memcached.cache.MemcachedCacheStatisticsProvider
 
misses() - Method in class io.sixhours.memcached.cache.MemcachedCache
 

N

NAMESPACE - Static variable in class io.sixhours.memcached.cache.Default
 

O

OnMissingRefreshScopeCondition - Class in io.sixhours.memcached.cache
Condition that checks if the RefreshScope class is not defined in the Environment.
OnMissingRefreshScopeCondition() - Constructor for class io.sixhours.memcached.cache.OnMissingRefreshScopeCondition
 

P

PREFIX - Static variable in class io.sixhours.memcached.cache.Default
 
PROTOCOL - Static variable in class io.sixhours.memcached.cache.Default
 
put(Object, Object) - Method in class io.sixhours.memcached.cache.MemcachedCache
 
putIfAbsent(Object, Object) - Method in class io.sixhours.memcached.cache.MemcachedCache
 

S

SERVERS - Static variable in class io.sixhours.memcached.cache.Default
 
setExpiration(int) - Method in class io.sixhours.memcached.cache.MemcachedCacheManager
Sets global expiration for all cache names.
setExpiration(Integer) - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
 
setExpirations(Map<String, Integer>) - Method in class io.sixhours.memcached.cache.MemcachedCacheManager
Sets expiration time for cache keys.
setExpirations(String) - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
 
setMode(ClientMode) - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
 
setNamespace(String) - Method in class io.sixhours.memcached.cache.MemcachedCacheManager
 
setNamespace(String) - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
 
setPrefix(String) - Method in class io.sixhours.memcached.cache.MemcachedCacheManager
 
setPrefix(String) - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
 
setProtocol(MemcachedCacheProperties.Protocol) - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
 
setServers(String) - Method in class io.sixhours.memcached.cache.MemcachedCacheProperties
Populate server list from comma-separated list of hostname:port strings.

V

value() - Method in enum io.sixhours.memcached.cache.MemcachedCacheProperties.Protocol
 
valueOf(String) - Static method in enum io.sixhours.memcached.cache.MemcachedCacheProperties.Protocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.sixhours.memcached.cache.MemcachedCacheProperties.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
C D E G H I L M N O P S V 
Skip navigation links