Skip to content

Commit

Permalink
Merge pull request apex-enterprise-patterns#22 from OrtooApps/feature…
Browse files Browse the repository at this point in the history
…/sobject-cache

Feature/sobject cache
  • Loading branch information
rob-baillie-ortoo committed Apr 1, 2022
2 parents 68b8323 + de09d1a commit d1e13aa
Show file tree
Hide file tree
Showing 35 changed files with 2,670 additions and 960 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<PlatformCachePartition xmlns="http://soap.sforce.com/2006/04/metadata">
<description>The core platform cache partition for caching soql results</description>
<description>The core platform cache partition</description>
<isDefaultPartition>true</isDefaultPartition>
<masterLabel>soql</masterLabel>
<masterLabel>core</masterLabel>
<platformCachePartitionTypes>
<allocatedCapacity>1</allocatedCapacity>
<allocatedPartnerCapacity>1</allocatedPartnerCapacity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public inherited sharing class FrameworkErrorCodes {

public final static String NON_EVALUATABLE_CRITERIA = 'CRI-00000';

public final static String CACHE_ACCESS_VIOLATION = 'CACHE-00000';

public final static String CACHE_ACCESS_VIOLATION = 'CACHE-00000';
public final static String UNABLE_TO_RETRIEVE_IDENTIFIER = 'CACHE-00001';

public final static String DML_ON_INACCESSIBLE_FIELDS = '0000000';
public final static String DML_INSERT_NOT_ALLOWED = '0000001';
Expand Down

This file was deleted.

Loading

0 comments on commit d1e13aa

Please sign in to comment.