Skip to content

Commit

Permalink
feat: decrease query count by cacheing some RDF property fields (#1095)
Browse files Browse the repository at this point in the history
Co-authored-by: Makar Sichevoi <[email protected]>
  • Loading branch information
mccar and Makar Sichevoi authored Dec 12, 2023
1 parent fc33713 commit 3cac123
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helpers/PropertyCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

namespace oat\generis\Helper;

class PropertyCache
use Iterator;

class PropertyCaches
{
/**
* Clear property cached data
Expand Down

0 comments on commit 3cac123

Please sign in to comment.