
| Class | Description |
|---|---|
| ExtendedSSMCacheManager |
CacheManager backed by a Simple Spring Memcached (SSM)
Cache. |
| SSMCache |
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. |
| SSMCacheManager |
CacheManager backed by a Simple Spring Memcached (SSM)
Cache. |
| Exception | Description |
|---|---|
| SSMCache.ValueRetrievalException |
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.
|
| WrappedCacheException |
Wraps all non RuntimeException that should be returned to caller of
SSMCache. |
Copyright © 2019. All rights reserved.