You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new Cacheable method Object get(String key, System.Type cacheBuilderClass) (#6)
* feat: add get key cachebuilder API
* test improvements for containsAll, cache disabled spec, and implemented `validateKey` spec
* build: set husky as executable, updated lock dependencies
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ A flexible cache management system for Salesforce Apex developers. Built to be s
4
4
5
5
Learn more about the history & implementation of this repo in [the Joys of Apex article 'Iteratively Building a Flexible Caching System for Apex'](https://www.jamessimone.net/blog/joys-of-apex/iteratively-building-a-flexible-caching-system/)
6
6
7
-
## Unlocked Package - `Nebula` Namespace - v1.0.0
7
+
## Unlocked Package - `Nebula` Namespace - v1.0.1
8
8
9
-
[](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015n2AQAQ)
10
-
[](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015n2AQAQ)
9
+
[](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015n6rQAA)
10
+
[](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015n6rQAA)
11
11
12
-
## Unlocked Package - No Namespace - v1.0.0
12
+
## Unlocked Package - No Namespace - v1.0.1
13
13
14
-
[](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015n25QAA)
15
-
[](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015n25QAA)
14
+
[](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015n6hQAA)
15
+
[](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015n6hQAA)
0 commit comments