| Current Path : /opt/nginxhttpd_/src/Entity/Redis/ |
| Current File : //opt/nginxhttpd_/src/Entity/Redis/RedisEntityInterface.php |
<?php
namespace App\Entity\Redis;
interface RedisEntityInterface
{
/**
* @return string Return the key that will identify the object in the Redis DB. The key for the Redis HSET.
*/
public function getKey() : string;
}