Skip to content

Commit

Permalink
Change cache_tag: smile_custom_entity -> sce and smile_custom_entity_…
Browse files Browse the repository at this point in the history
…set -> sces (#70)
  • Loading branch information
maximequeneau authored Dec 18, 2023
1 parent acdef17 commit 033843e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Model/CustomEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class CustomEntity extends AbstractEntity implements IdentityInterface, CustomEn
/**
* Product cache tag
*/
public const CACHE_TAG = 'smile_custom_entity';
public const CACHE_TAG = 'sce';

public const CACHE_CUSTOM_ENTITY_SET_TAG = 'smile_custom_entity_set';
public const CACHE_CUSTOM_ENTITY_SET_TAG = 'sces';

/**
* @inheritdoc
Expand Down

0 comments on commit 033843e

Please sign in to comment.