MCPcopy Index your code
hub / github.com/jgraph/drawio / createCacheEntryKey

Method createCacheEntryKey

src/main/java/com/mxgraph/online/AbsCache.java:85–88  ·  view source on GitHub ↗

Creates the key for the cache entry.

(String id, String version)

Source from the content-addressed store, hash-verified

83 * Creates the key for the cache entry.
84 */
85 protected static String createCacheEntryKey(String id, String version)
86 {
87 return id + ":" + version;
88 }
89
90 /**
91 * Creates the key for the cache entry.

Callers 3

checkPatchMethod · 0.95
getPatchesMethod · 0.95
addPatchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected