Platform Cache for ISVsBest Practices for ISVs to Use Their Own Managed PackageWhy Org cache is not working?Visualforce Component PageReference Method: Platform Cache PUT() Not Allowed?BUG: Unable to clear Platform Cache, Missing Capacity VisualsDistribution of Salesforce Platform License for AppExchange AppAccessing partitions in Platform cachePlatform cache is cleared randomly?Platform Cache System Error (Random)How does the Platform Cache reconcile the local cache being smaller than the partition size?How to specify namespace and partition for Org Cache when creating managed package?
Brothers & sisters
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
In a Spin are Both Wings Stalled?
What to put in ESTA if staying in US for a few days before going on to Canada
Stopping power of mountain vs road bike
If a Gelatinous Cube takes up the entire space of a Pit Trap, what happens when a creature falls into the trap but succeeds on the saving throw?
Modeling an IP Address
Were any external disk drives stacked vertically?
What's the point of deactivating Num Lock on login screens?
Why does Arabsat 6A need a Falcon Heavy to launch
Doing something right before you need it - expression for this?
SSH "lag" in LAN on some machines, mixed distros
Forgetting the musical notes while performing in concert
In Romance of the Three Kingdoms why do people still use bamboo sticks when papers are already invented?
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?
What exploit are these user agents trying to use?
Facing a paradox: Earnshaw's theorem in one dimension
How to prevent "they're falling in love" trope
Anagram holiday
Did Shadowfax go to Valinor?
How can saying a song's name be a copyright violation?
Is it canonical bit space?
Platform Cache for ISVs
Best Practices for ISVs to Use Their Own Managed PackageWhy Org cache is not working?Visualforce Component PageReference Method: Platform Cache PUT() Not Allowed?BUG: Unable to clear Platform Cache, Missing Capacity VisualsDistribution of Salesforce Platform License for AppExchange AppAccessing partitions in Platform cachePlatform cache is cleared randomly?Platform Cache System Error (Random)How does the Platform Cache reconcile the local cache being smaller than the partition size?How to specify namespace and partition for Org Cache when creating managed package?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have used Platform Cache as a customer a while ago but never heard any story about ISVs using it. So, I'm wondering: is there any ISV out there using it and if there is any, how?
isv platform-cache
add a comment |
I have used Platform Cache as a customer a while ago but never heard any story about ISVs using it. So, I'm wondering: is there any ISV out there using it and if there is any, how?
isv platform-cache
add a comment |
I have used Platform Cache as a customer a while ago but never heard any story about ISVs using it. So, I'm wondering: is there any ISV out there using it and if there is any, how?
isv platform-cache
I have used Platform Cache as a customer a while ago but never heard any story about ISVs using it. So, I'm wondering: is there any ISV out there using it and if there is any, how?
isv platform-cache
isv platform-cache
asked 12 hours ago
Jeferson ChavesJeferson Chaves
1418
1418
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Probably a good question for Partner Success. But I know myself and other ISVs I talked to were put off by the cost - it was pretty expensive to buy cache dedicated to my namespace since it was a per customer expense, rather than something I could just buy once for my app and distribute it with it (but that could have changed since I last inquired)
It was also quite hard to build apps with it, since you needed it enabled in any org you were developing in (rather than just having a single customer instance with Sandboxes) But a recent exchange on Twitter said they were actively working on this second pain point. If so, I might be more inclined to revisit it, and/or also consider seeing if I can use the customer's default cache with my app, since most customers are not making full use of the default cache they get with their enterprise org.
add a comment |
I am the CEO of theCodery and we are designing an ISV package with platform cache leveraged. I have discluded PC before due to the limitations as previously specified by BritishBoyinDC. Our design principles that led us to platform cache are:
Non-human managed, variable data that changes infrequently but must be delivered rapidly for a dependent service or services.
Lightweight (fits in platform cache capability) JSON schema for that data
- Ability to refresh that data on either regular interval or inbound external service call.
- Packageable and sellable in an ISV context.
Targeted deployment of said application will be after Summer 19 go-live so TBD on final implementation as alignment is needed with supported platform cache feature-scope.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "459"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f256577%2fplatform-cache-for-isvs%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Probably a good question for Partner Success. But I know myself and other ISVs I talked to were put off by the cost - it was pretty expensive to buy cache dedicated to my namespace since it was a per customer expense, rather than something I could just buy once for my app and distribute it with it (but that could have changed since I last inquired)
It was also quite hard to build apps with it, since you needed it enabled in any org you were developing in (rather than just having a single customer instance with Sandboxes) But a recent exchange on Twitter said they were actively working on this second pain point. If so, I might be more inclined to revisit it, and/or also consider seeing if I can use the customer's default cache with my app, since most customers are not making full use of the default cache they get with their enterprise org.
add a comment |
Probably a good question for Partner Success. But I know myself and other ISVs I talked to were put off by the cost - it was pretty expensive to buy cache dedicated to my namespace since it was a per customer expense, rather than something I could just buy once for my app and distribute it with it (but that could have changed since I last inquired)
It was also quite hard to build apps with it, since you needed it enabled in any org you were developing in (rather than just having a single customer instance with Sandboxes) But a recent exchange on Twitter said they were actively working on this second pain point. If so, I might be more inclined to revisit it, and/or also consider seeing if I can use the customer's default cache with my app, since most customers are not making full use of the default cache they get with their enterprise org.
add a comment |
Probably a good question for Partner Success. But I know myself and other ISVs I talked to were put off by the cost - it was pretty expensive to buy cache dedicated to my namespace since it was a per customer expense, rather than something I could just buy once for my app and distribute it with it (but that could have changed since I last inquired)
It was also quite hard to build apps with it, since you needed it enabled in any org you were developing in (rather than just having a single customer instance with Sandboxes) But a recent exchange on Twitter said they were actively working on this second pain point. If so, I might be more inclined to revisit it, and/or also consider seeing if I can use the customer's default cache with my app, since most customers are not making full use of the default cache they get with their enterprise org.
Probably a good question for Partner Success. But I know myself and other ISVs I talked to were put off by the cost - it was pretty expensive to buy cache dedicated to my namespace since it was a per customer expense, rather than something I could just buy once for my app and distribute it with it (but that could have changed since I last inquired)
It was also quite hard to build apps with it, since you needed it enabled in any org you were developing in (rather than just having a single customer instance with Sandboxes) But a recent exchange on Twitter said they were actively working on this second pain point. If so, I might be more inclined to revisit it, and/or also consider seeing if I can use the customer's default cache with my app, since most customers are not making full use of the default cache they get with their enterprise org.
answered 11 hours ago
BritishBoyinDCBritishBoyinDC
8,9912865
8,9912865
add a comment |
add a comment |
I am the CEO of theCodery and we are designing an ISV package with platform cache leveraged. I have discluded PC before due to the limitations as previously specified by BritishBoyinDC. Our design principles that led us to platform cache are:
Non-human managed, variable data that changes infrequently but must be delivered rapidly for a dependent service or services.
Lightweight (fits in platform cache capability) JSON schema for that data
- Ability to refresh that data on either regular interval or inbound external service call.
- Packageable and sellable in an ISV context.
Targeted deployment of said application will be after Summer 19 go-live so TBD on final implementation as alignment is needed with supported platform cache feature-scope.
add a comment |
I am the CEO of theCodery and we are designing an ISV package with platform cache leveraged. I have discluded PC before due to the limitations as previously specified by BritishBoyinDC. Our design principles that led us to platform cache are:
Non-human managed, variable data that changes infrequently but must be delivered rapidly for a dependent service or services.
Lightweight (fits in platform cache capability) JSON schema for that data
- Ability to refresh that data on either regular interval or inbound external service call.
- Packageable and sellable in an ISV context.
Targeted deployment of said application will be after Summer 19 go-live so TBD on final implementation as alignment is needed with supported platform cache feature-scope.
add a comment |
I am the CEO of theCodery and we are designing an ISV package with platform cache leveraged. I have discluded PC before due to the limitations as previously specified by BritishBoyinDC. Our design principles that led us to platform cache are:
Non-human managed, variable data that changes infrequently but must be delivered rapidly for a dependent service or services.
Lightweight (fits in platform cache capability) JSON schema for that data
- Ability to refresh that data on either regular interval or inbound external service call.
- Packageable and sellable in an ISV context.
Targeted deployment of said application will be after Summer 19 go-live so TBD on final implementation as alignment is needed with supported platform cache feature-scope.
I am the CEO of theCodery and we are designing an ISV package with platform cache leveraged. I have discluded PC before due to the limitations as previously specified by BritishBoyinDC. Our design principles that led us to platform cache are:
Non-human managed, variable data that changes infrequently but must be delivered rapidly for a dependent service or services.
Lightweight (fits in platform cache capability) JSON schema for that data
- Ability to refresh that data on either regular interval or inbound external service call.
- Packageable and sellable in an ISV context.
Targeted deployment of said application will be after Summer 19 go-live so TBD on final implementation as alignment is needed with supported platform cache feature-scope.
answered 8 hours ago
RMJRMJ
185
185
add a comment |
add a comment |
Thanks for contributing an answer to Salesforce Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f256577%2fplatform-cache-for-isvs%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown