Registry / other / ditto-services-utils-distributed-cache-model

ditto-services-utils-distributed-cache-model

JSON →
library0.3.0-M1javamavenunverified

Eclipse Ditto is a framework for creating and managing digital twins in the IoT, providing distributed cache model utilities.

<dependency> <groupId>org.eclipse.ditto</groupId> <artifactId>ditto-services-utils-distributed-cache-model</artifactId> <version>0.3.0-M1</version> </dependency>
INSTALL
IMPORT
SIG · DITTO-SERVICES-UTI
D
ditto-services-utils-distributed-cache-model
otherjavav0.3.0-M1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CacheEntry
org.eclipse.ditto.services.utils.distributed.cache.model.CacheEntry

Minimal usage of CacheEntry from Ditto distributed cache model.

import org.eclipse.ditto.services.utils.distributed.cache.model.CacheEntry; public class Example { public static void main(String[] args) { CacheEntry entry = CacheEntry.of("key", "value"); System.out.println("Cache entry created: " + entry); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0-M1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
ditto-services-utils-distributed-cache-model — mvn dependency:get ditto-services-utils-distributed-cache-model · libregistry