|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DistributedCache | |
|---|---|
| org.terracotta.cache | |
| Uses of DistributedCache in org.terracotta.cache |
|---|
| Subinterfaces of DistributedCache in org.terracotta.cache | |
|---|---|
interface |
IncoherentDistributedCache<K,V>
An extension to DistributedCache providing incoherent features -- unlocked reads, unlocked puts, unsafe reads
(reading local values in vm or null), unlocked removes, unlocked containsKey etc |
interface |
IncoherentDistributedCacheInternals<K,V>
|
| Classes in org.terracotta.cache that implement DistributedCache | |
|---|---|
class |
LocalCache<K,V>
A local (non-clustered) cache implementation. |
class |
TerracottaDistributedCache<K,V>
A clusterable cache implementation. |
| Methods in org.terracotta.cache that return DistributedCache | ||
|---|---|---|
|
CacheConfig.newCache()
Construct a cache instance based on this config's settings. |
|
|
ImmutableConfig.newCache()
|
|
|
MutableConfig.newCache()
Construct a new cache instance based on the configuration changes specified in this instance of the builder so far. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||