Skip navigation links
A C E G I P R S V W 

A

addCache(SSMCache) - Method in class com.google.code.ssm.spring.SSMCacheManager
Adds new cache, registers also all aliases if set.
afterPropertiesSet() - Method in class com.google.code.ssm.spring.SSMCacheManager
 

C

clear() - Method in class com.google.code.ssm.spring.SSMCache
 
com.google.code.ssm.spring - package com.google.code.ssm.spring
 

E

evict(Object) - Method in class com.google.code.ssm.spring.SSMCache
 
ExtendedSSMCacheManager - Class in com.google.code.ssm.spring
CacheManager backed by a Simple Spring Memcached (SSM) Cache.
ExtendedSSMCacheManager() - Constructor for class com.google.code.ssm.spring.ExtendedSSMCacheManager
 

G

get(Object) - Method in class com.google.code.ssm.spring.SSMCache
 
get(Object, Class<T>) - Method in class com.google.code.ssm.spring.SSMCache
Required by Spring 4.0
get(Object, Callable<T>) - Method in class com.google.code.ssm.spring.SSMCache
Required by Spring 4.3
getCache(String) - Method in class com.google.code.ssm.spring.ExtendedSSMCacheManager
 
getCache() - Method in class com.google.code.ssm.spring.SSMCache
 
getCache(String) - Method in class com.google.code.ssm.spring.SSMCacheManager
 
getCacheNames() - Method in class com.google.code.ssm.spring.SSMCacheManager
 
getCaches() - Method in class com.google.code.ssm.spring.SSMCacheManager
 
getException() - Method in exception com.google.code.ssm.spring.WrappedCacheException
 
getExpiration() - Method in class com.google.code.ssm.spring.SSMCache
An expiration time is specified in seconds.
getName() - Method in class com.google.code.ssm.spring.SSMCache
 
getNativeCache() - Method in class com.google.code.ssm.spring.SSMCache
 
getSeparator() - Method in class com.google.code.ssm.spring.ExtendedSSMCacheManager
 

I

isAllowClear() - Method in class com.google.code.ssm.spring.SSMCache
 
isMuteExceptions() - Method in class com.google.code.ssm.spring.SSMCache
If true exceptions thrown by underlying cache are muted and aren't forwarded to Spring Cache Abstraction, it's behaviour of SSM before 4.0.0.
isRegisterAliases() - Method in class com.google.code.ssm.spring.SSMCache
If true then all aliases of the underlying cache will be used to register the cache in Spring, otherwise the cache will be available only by name.

P

put(Object, Object) - Method in class com.google.code.ssm.spring.SSMCache
 
putIfAbsent(Object, Object) - Method in class com.google.code.ssm.spring.SSMCache
Required by Spring 4.1

R

removeCache(String) - Method in class com.google.code.ssm.spring.SSMCacheManager
Removes given cache and related aliases.

S

setCaches(Collection<SSMCache>) - Method in class com.google.code.ssm.spring.SSMCacheManager
 
setSeparator(char) - Method in class com.google.code.ssm.spring.ExtendedSSMCacheManager
Char that separates cache name and expiration time, default: #.
SSMCache - Class in com.google.code.ssm.spring
Wrapper around Cache that allow to set default expiration time used in all SSMCache.put(Object, Object) ( Cache.set(String, int, Object, com.google.code.ssm.api.format.SerializationType)) requests.
SSMCache(Cache, int, boolean, boolean, boolean) - Constructor for class com.google.code.ssm.spring.SSMCache
 
SSMCache(Cache, int, boolean) - Constructor for class com.google.code.ssm.spring.SSMCache
 
SSMCache(Cache, int) - Constructor for class com.google.code.ssm.spring.SSMCache
 
SSMCache(SSMCache, int) - Constructor for class com.google.code.ssm.spring.SSMCache
 
SSMCache.ValueRetrievalException - Exception in com.google.code.ssm.spring
A custom exception class because org.springframework.cache.Cache.ValueRetrievalException cannot be used as it is declared in Spring 4.3 but SSM shouldn't required newest Spring version.
SSMCacheManager - Class in com.google.code.ssm.spring
CacheManager backed by a Simple Spring Memcached (SSM) Cache.
SSMCacheManager() - Constructor for class com.google.code.ssm.spring.SSMCacheManager
 

V

ValueRetrievalException(Object, Callable<?>, Throwable) - Constructor for exception com.google.code.ssm.spring.SSMCache.ValueRetrievalException
 

W

WrappedCacheException - Exception in com.google.code.ssm.spring
Wraps all non RuntimeException that should be returned to caller of SSMCache.
WrappedCacheException(Exception) - Constructor for exception com.google.code.ssm.spring.WrappedCacheException
 
A C E G I P R S V W 
Skip navigation links

Copyright © 2019. All rights reserved.