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?
What's the point of deactivating Num Lock on login screens?
Should I tell management that I intend to leave due to bad software development practices?
Why are electrically insulating heatsinks so rare? Is it just cost?
Do I have a twin with permutated remainders?
90's TV series where a boy goes to another dimension through portal near power lines
Assassin's bullet with mercury
I would say: "You are another teacher", but she is a woman and I am a man
Why does ы have a soft sign in it?
Find the age of the oldest file in one line or return zero
Can a virus destroy the BIOS of a modern computer?
Twin primes whose sum is a cube
Diode datasheet reading
Did Shadowfax go to Valinor?
How do I find out when a node was added to an availability group?
Does casting Light, or a similar spell, have any effect when the caster is swallowed by a monster?
Is it canonical bit space?
What is going on with Captain Marvel's blood colour?
Can one be a co-translator of a book, if he does not know the language that the book is translated into?
In romance of three kingdoms why do people still use bamboo sticks when papers are already invented?
Were any external disk drives stacked vertically?
Is there a hemisphere-neutral way of specifying a season?
Arrow those variables!
1960's book about a plague that kills all white people
How do conventional missiles fly?
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?
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 5 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 4 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 1 hour 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