mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Improve collection reference caching and remove legacy maps
This commit is contained in:
@@ -33,4 +33,10 @@ interface CollectionReferenceRepository
|
||||
* @return void
|
||||
*/
|
||||
public function save(CollectionReference $reference);
|
||||
|
||||
/**
|
||||
* @param CollectionReference $reference
|
||||
* @return void
|
||||
*/
|
||||
public function delete(CollectionReference $reference);
|
||||
}
|
||||
|
Reference in New Issue
Block a user