| Interface | Description |
|---|---|
| IMemcachedClient |
Memcached client interface.
|
| Class | Description |
|---|---|
| AppEngineMemcachedCacheAutoConfiguration |
Auto-configuration for the Memcached cache. |
| AppEngineMemcachedCacheManagerFactory |
Factory for the
MemcachedCacheManager instances. |
| AppEngineMemcachedClient |
AppEngine memcached client implementation. |
| AppEngineProviderCondition |
Condition that checks that memcached.cache.provider property is appegnine. |
| Default |
Default cache configuration values.
|
| MemcachedCache |
Cache implementation on top of Memcached.
|
| MemcachedCacheAutoConfiguration |
Auto-configuration for the Memcached cache. |
| MemcachedCacheManager |
CacheManager implementation for Memcached. |
| MemcachedCacheManagerFactory |
Factory for the
MemcachedCacheManager instances. |
| MemcachedCacheMeterBinderProvider |
Memcached
CacheMeterBinderProvider. |
| MemcachedCacheMeterBinderProviderConfiguration |
Configuration for the Memcached
CacheMeterBinderProvider bean. |
| MemcachedCacheMetrics |
Collect metrics on Memcached caches.
|
| MemcachedCacheProperties |
Configuration properties for Memcached cache.
|
| NotAppEngineProviderCondition |
Condition that checks that memcached.cache.provider property is not appegnine. |
| OnMissingRefreshScopeCondition |
Condition that checks if the RefreshScope class is
not defined in the Environment. |
| XMemcachedCacheAutoConfiguration |
Auto-configuration for the Memcached cache. |
| XMemcachedCacheManagerFactory |
Factory for the
MemcachedCacheManager instances. |
| XMemcachedClient |
XMemcached memcached client implementation. |
| Enum | Description |
|---|---|
| MemcachedCacheProperties.Protocol | |
| MemcachedCacheProperties.Provider |
| Exception | Description |
|---|---|
| MemcachedOperationException |
Memcached operation exception.
|