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?













2















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?










share|improve this question


























    2















    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?










    share|improve this question
























      2












      2








      2








      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?










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 5 hours ago









      Jeferson ChavesJeferson Chaves

      1418




      1418




















          2 Answers
          2






          active

          oldest

          votes


















          3














          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.



          enter image description here






          share|improve this answer






























            1














            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:



            1. Non-human managed, variable data that changes infrequently but must be delivered rapidly for a dependent service or services.


            2. Lightweight (fits in platform cache capability) JSON schema for that data


            3. Ability to refresh that data on either regular interval or inbound external service call.

            4. 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.






            share|improve this answer























              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
              );



              );













              draft saved

              draft discarded


















              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









              3














              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.



              enter image description here






              share|improve this answer



























                3














                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.



                enter image description here






                share|improve this answer

























                  3












                  3








                  3







                  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.



                  enter image description here






                  share|improve this answer













                  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.



                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 4 hours ago









                  BritishBoyinDCBritishBoyinDC

                  8,9912865




                  8,9912865























                      1














                      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:



                      1. Non-human managed, variable data that changes infrequently but must be delivered rapidly for a dependent service or services.


                      2. Lightweight (fits in platform cache capability) JSON schema for that data


                      3. Ability to refresh that data on either regular interval or inbound external service call.

                      4. 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.






                      share|improve this answer



























                        1














                        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:



                        1. Non-human managed, variable data that changes infrequently but must be delivered rapidly for a dependent service or services.


                        2. Lightweight (fits in platform cache capability) JSON schema for that data


                        3. Ability to refresh that data on either regular interval or inbound external service call.

                        4. 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.






                        share|improve this answer

























                          1












                          1








                          1







                          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:



                          1. Non-human managed, variable data that changes infrequently but must be delivered rapidly for a dependent service or services.


                          2. Lightweight (fits in platform cache capability) JSON schema for that data


                          3. Ability to refresh that data on either regular interval or inbound external service call.

                          4. 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.






                          share|improve this answer













                          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:



                          1. Non-human managed, variable data that changes infrequently but must be delivered rapidly for a dependent service or services.


                          2. Lightweight (fits in platform cache capability) JSON schema for that data


                          3. Ability to refresh that data on either regular interval or inbound external service call.

                          4. 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.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 1 hour ago









                          RMJRMJ

                          185




                          185



























                              draft saved

                              draft discarded
















































                              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.




                              draft saved


                              draft discarded














                              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





















































                              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







                              Popular posts from this blog

                              Era Viking Índice Início da Era Viquingue | Cotidiano | Sociedade | Língua | Religião | A arte | As primeiras cidades | As viagens dos viquingues | Viquingues do Oeste e Leste | Fim da Era Viquingue | Fontes históricas | Referências Bibliografia | Ligações externas | Menu de navegação«Sverige då!»«Handel I vikingetid»«O que é Nórdico Antigo»Mito, magia e religião na volsunga saga Um olhar sobre a trajetória mítica do herói sigurd«Bonden var den verklige vikingen»«Vikingatiden»«Vikingatiden»«Vinland»«Guerreiras de Óðinn: As Valkyrjor na Mitologia Viking»1519-9053«Esculpindo símbolos e seres: A arte viking em pedras rúnicas»1679-9313Historia - Tema: VikingarnaAventura e Magia no Mundo das Sagas IslandesasEra Vikinge

                              What's the metal clinking sound at the end of credits in Avengers: Endgame?What makes Thanos so strong in Avengers: Endgame?Who is the character that appears at the end of Endgame?What happens to Mjolnir (Thor's hammer) at the end of Endgame?The People's Ages in Avengers: EndgameWhat did Nebula do in Avengers: Endgame?Messing with time in the Avengers: Endgame climaxAvengers: Endgame timelineWhat are the time-travel rules in Avengers Endgame?Why use this song in Avengers: Endgame Opening Logo Sequence?Peggy's age in Avengers Endgame

                              Are there legal definitions of ethnicities/races? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Legal definitions in the United StatesAre there truly legal limits on US interest rates?Are gender identity and sexual orientation federally protected?Why is there an apparent legal bias against digital services?What limits are there to the powers of individual judges in the United States legal system?Are women only scholarships legal under Irish / EU law?Is the term “race” defined by Public Law enacted by Congress of the United StatesIs there a legal definition of race in the US?Neighbors are spying for landlord on Renters is it legal?Are Protected Classes Bi-directional?