@FieldsAreNonnullByDefault @ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
ExternalCache
Guava for the JvmCache.See: Description
| Class | Description |
|---|---|
| RedisVCacheService |
Main service that is backed by Redis.
|
| ThreadAffinityJedisPool |
A specialised
JedisPool which binds the currently in-use Jedis instance to the requesting thread,
so that repeated calls to getResource() without a corresponding returnResource(Jedis) will
return the same instance. |
ExternalCacheJvmCache.
Copyright © 2016 Atlassian. All rights reserved.