RainLab\Translate\Models\Message::makeCacheKey PHP Method

makeCacheKey() protected static method

Creates a cache key for storing context messages.
protected static makeCacheKey ( ) : string
return string
    protected static function makeCacheKey()
    {
        return 'translation.' . self::$locale . self::$url;
    }