Update metadata to API v61, add Apex Docs to code, improve help text and descriptions. #18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have implemented Cache Manager in my organization therefore it went through code review and was aligned to the current API and I have added as many descriptions as I could. I want to contribute with that changes to your project so others can easily understand how it works.
Changes:
Add Apex Docs to CacheManager.cls based on similar Nebula logger class and own understanding
Renamed PlatformCacheType to PlatformCachePartitionType in CacheManager.cls to align it with Nebula Logger class.
Add debug messages in case cache partition is not found to help in case of debugging.
Add description to cache CacheManagerPartition.cachePartition-meta.xml
Changed package version to 1.0.3
Updated Readme.md by required and optional configuration after installation and how to diagnose cache.
Add help text and descriptions based on Salesforce documentation lecture.