| Package | Description |
|---|---|
| com.atlassian.vcache |
Contains the core types for Atlassian VCache API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectExternalCache<V>
Represents an
ExternalCache where all operations are performed directly on the external cache system. |
interface |
ExternalCache<V>
Represents an external cache, where the data is ultimately stored in external cache systems
like Memcached or Redis.
|
interface |
JvmCache<K,V>
Interface that defines the JVM cache operations.
|
interface |
RequestCache<K,V>
Represents a request scope cache, which is intended to hold data for the life of a request.
|
interface |
StableReadExternalCache<V>
Represents an
ExternalCache where the read operations are buffered. |
interface |
TransactionalExternalCache<V>
Represents an
ExternalCache where both the read and write operations are buffered until
the end of a transaction. |
Copyright © 2022 Atlassian. All rights reserved.